-
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
Lambda Layer appears to have been made unavailable #462
Comments
We've noticed this and it's causing issues with production workloads. Version number still being recommended in docs - https://www.elastic.co/guide/en/apm/agent/python/current/lambda-support.html |
Same here. |
The quick fix for us has been to just drop the layers all together and revert to calling APM start |
It also appears that the 1.5.2 layers are still available, so reverting to those also works |
Thank you for reporting this. Unfortunately, due to how lambda's releases work, we cannot fix the 1.5.3 layer, as any new layer would be tagged version 2. So we have decided to release 1.5.4 on 1980cea, the same commit as 1.5.3. Please let us know if that does fix your issue. |
Thanks for the update @dmathieu. We'll upgrade and let you know how it goes |
APM AWS Lambda extensiom version (
apm-aws-lambda version
):arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-extension-ver-1-5-3-x86_64:1
Describe the bug
When deploying functions using the above layer, we now receive the following error:
Resource handler returned message: "Layer version arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-extension-ver-1-5-3-x86_64:1 does not exist. (Service: Lambda, Status Code: 400
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The layer in the release notes should exists
Provide logs (if relevant):
The text was updated successfully, but these errors were encountered: