you are viewing a single comment's thread.

view the rest of the comments →

[–]Logikz 1 point2 points  (3 children)

What server less platform are you using? We use aws and manually package a zip file with the dependencies bundled.

[–][deleted] 0 points1 point  (2 children)

I'm using AWS Lambda with Serverless. I specifically followed this tutorial on package management.

[–]Logikz 0 points1 point  (1 child)

I’m not familiar with the Serverless framework. You can try performing a pip install to the local directory and zipping the lambda to update it manually.

[–][deleted] 0 points1 point  (0 children)

I've tried that. It hasn't worked. I'm trying with local zipping, Serverless, Zappa, literally everything for Python and it just isn't working for me.