-
Notifications
You must be signed in to change notification settings - Fork 293
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
Question: When using layer is noDeploy option respected? #577
Comments
+1 for visibility |
+1 |
2 similar comments
+1 |
+1 |
+1. My zipped layer is too big since it's not respecting the noDeploy option and including very large packages (botocore, etc.) that are already available on lambda |
I've also hit this wall - would be great if the above PR (#759) could be reviewed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ask because I have the following configuration, which works fine:
And things work fine, however if I add
layer: true
It seems that I'm getting the error from the typing library.
Here is the error:
(BTW, I also specify the required changes to the lambda, so it is using the layer:
The text was updated successfully, but these errors were encountered: