-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
AWS is rolling out updates to AWS Lambda execution environment #1873
Comments
posted on the Zappa Slack AWS channel |
@dansayo I am not able to see the Zappa Slack, is there any way for me to access or could you share what has been posted? Thanks! |
so to test this now all we need to do in the AWS console is apply the layer arn:aws:lambda:::awslayer:AmazonLinux1803 to current zappa deployed lambdas if im reading the docs right? |
I can't also get sign in, how can I request access? Thanks! |
The lambda-packages repo used by zappa is probably where most of the concern would be Miserlou/lambda-packages#102 |
@kikeh @xoelop there's a link on the repo homepage to the slack join tool; https://slack.zappa.io/ |
@gricey432 Great! Thanks! |
Have done some basic tests on our dev with the new layer and there doesn't seem to really be any dramas so far. |
We tested and this breaks our app as things currently stand. This is due to our reliance on |
Could we accept pull request #1842 so that we can have layers support in Zappa. I was able to use the feature in the pull request and configure
in my Zappa settings file so that we could defer the OS upgrade. |
You can also just manually set it via the AWS UI from what ive seen, a function update doesnt seem to be getting rid of that. |
FYI, we also found out that if you use Python 3.7 (which means there are no lambda-packages to fall back to, which does happen with python 2.7/3.6 - it will use an older lambda-package of your binary and warn you about it), AND deploy Zappa from Linux, then |
@nikbora What about older version of python 2.7 / 3.6, etc.? If we do not use |
Hey,
Not sure if this exactly belongs here but just want to flag it for discussion.
Is there anything we need to worry about with this notification from AWS?
https://aws.amazon.com/blogs/compute/upcoming-updates-to-the-aws-lambda-execution-environment/
The text was updated successfully, but these errors were encountered: