-
Notifications
You must be signed in to change notification settings - Fork 30
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
error with optimized lambda #13
Comments
I'm also getting an error when trying to use optimizer with my project.
The endpoints that fail with this message do not rely directly on the aws-sdk. Instead they use dynamodb-doc. Disabling optimizer fixes the problem. |
Excluding aws-sdk from the optimzer fixed my issue.
|
I'm getting a similar error when trying to import the
Unfortunately, excluding that module isn't an option for me. It's a needed dependency. |
I'm having the same issue but when I exclude it and deploy there's no issue running import on the lambda O_o |
I get this error on a lambda function when it has been optimized by this plugin. Without the plugin, the function works. I'm using the 'test' button from within the AWS console to produce this error:
I'm not sure how to debug this. But I can gather more info if you ask for something in particular.
The text was updated successfully, but these errors were encountered: