You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've not done much with numpy, or pandas, or any of the other data science libraries. Nor have I tried to use python-lambda on them. But what I do know is that libraries such as numpy are HUGE, and probably very ill-suited for Lambda in general.
Before even trying to tackle the problem of getting them deployed into Lambda I would ask myself, should I be deploying this to Lambda? Using Docker is probably a much better solution. Have you tried getting your code running in a Docker container and deploying that elsewhere?
I'm also guessing that you may run into some issues with requiring libraries to be compiled against the correct architecture. I've been following the process here after doing local tests to run lambda deploy from within a docker container.
Hi guys, first o all, thanks for your hard work.
We are trying to deploy a lambda function that requires numpy, and we don't know what to do anymore...
Can you guys help us?
Thanks :)
The text was updated successfully, but these errors were encountered: