-
Notifications
You must be signed in to change notification settings - Fork 4k
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 Insights has incorrect ARN for 1.0.229 in us-west-1 on ARM64 #26615
Comments
I have confirmed with Lambda Insights folks and confirmed the version is wrong. They are updating on their side, and CDK side should update as well. |
yes we should fix here Would you like to submit a PR for that? |
…incorrect (#26626) Existing [documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsARM.html#Lambda-Insights-extension-ARM-1.0.229.0) Closes #26615 . ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
I have checked against Google cached website and yes, it was wrong before. Wouldn't be better to have an actual test that deploys a lambda in each region with every layer in the fact_table? |
Integ tests against all regions and different combinations should be there, especially for this case where there are so many hardcoded values different across regions. |
Describe the bug
In public doc and CDK, it mentions Lambda layer ARN of version 5 for 1.0.229 in us-west-1 on ARM64
arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension-Arm64:5
However, I am getting CFN error like below only in us-west-1
It seems version 5 actually does not exist, and only version 3 exists in us-west-1 on ARM64, based on verification in Lambda console.
Expected Behavior
Able to use Lambda Insights 1.0.229 in us-west-1 on ARM64
Current Behavior
Not able to deploy
Reproduction Steps
As mentioned above
Possible Solution
Either fix Lambda layer ARN to version 3 or actually upgrade to version 5
Additional Information/Context
No response
CDK CLI Version
2.88
Framework Version
No response
Node.js Version
18
OS
macOS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: