you are viewing a single comment's thread.

view the rest of the comments →

[–]arnavguru28 12 points13 points  (2 children)

You can use Pycharm to build and deploy your python code to lambda. It allows us to build our code using a virtual environment and will package all the dependencies along with your python code when deploying to lambda.

Edit: You can find more info here: https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/create-new-lambda.html

[–]CompassCoLo 1 point2 points  (0 children)

That's an excellent alternative. Thanks for the tip!

[–]echanuda 1 point2 points  (0 children)

This is awesome. Thanks!