|
|
|
|
|
by paddy_m
2763 days ago
|
|
How did you get the zip down to 50MB. I was under the impression that pandas+numpy was closer to 300MB and bumped up against AWS size limits. I was considering building some hacked together thing with S3 I came to this thread specifically to find out about numpy and pandas on lambda. |
|
A similar method is described here: https://serverlesscode.com/post/deploy-scikitlearn-on-lamba/
Layers should make this entire process easier.