|
|
|
|
|
by mcintyre1994
2885 days ago
|
|
> Another point is that it does not work well with PyCharm and does not allow to put all dependencies into the project folder as I used to do with venv. This is annoying for AWS lambdas too, because you have to bundle the dependencies and zip it. It's pretty trivial to go Pipfile -> requirements.txt -> pip install -t if you use a Makefile, but it's definitely an omission. I asked about it on their github though and it is a known issue, hopefully it'll be there soon. |
|
> because you have to bundle the dependencies and zip it btw, I've used serverless to deploy lambdas in python and it worked super cool. Highly recommended.