-
Notifications
You must be signed in to change notification settings - Fork 293
Lambda size limit #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We (@unitedincome) are using both of those on a project with serverless but aren't using this plugin with it yet. We're using a custom solution and shipping it packaged with |
Hi great job! Well I think we should wrap the custom variables like so:
Also i see some issues: So |
@amitaymolko, what platform are you running on? and are you using the |
Running on OSX El Capitan |
Reopening because I realized you can't zipimport shared objects, so my solution doesn't work with numpy or scipy 😢
|
Really like this plugin! |
Actually you are right @dschep! Using the I still have a subtle problem related to this issue tensorflow/tensorflow#3086 which prevents the import of the Google Protobuf library. |
Ah, yes.. I've actually run into problems with namespace packages and |
What can we do to handle libraries that are too big for lambda?
For example 'scipy' (164mb) and numpy (77mb) are almost at the limit of 250mb for a lambda zip
The text was updated successfully, but these errors were encountered: