Skip to content

fix(lambda): correct Lambda Insights ARNs for ARM64 1.0.498.0#36887

Open
krymtkts wants to merge 2 commits intoaws:mainfrom
krymtkts:lambda-insights-version-fix
Open

fix(lambda): correct Lambda Insights ARNs for ARM64 1.0.498.0#36887
krymtkts wants to merge 2 commits intoaws:mainfrom
krymtkts:lambda-insights-version-fix

Conversation

@krymtkts
Copy link

@krymtkts krymtkts commented Feb 5, 2026

Issue # (if applicable)

Closes #36867

Reason for this change

CloudWatch Lambda Insights extension ARM64 version 1.0.498.0 resolves to incorrect Lambda Layer ARNs.

Description of changes

Update CLOUDWATCH_LAMBDA_INSIGHTS_ARNS entries in packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts for LambdaInsightsExtension-Arm64 1.0.498.0 to match the official AWS documentation table for each region.

Describe any new or updated permissions being added

N/A

Description of how you validated changes

I validated this change by cross-checking the ARM architecture Lambda Insights layer ARNs against the official AWS documentation and confirming the generated region-info snapshot output matches.

https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsARM.html#Lambda-Insights-extension-ARM-1.0.498.0

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added bug This issue is a bug. effort/medium Medium work item – several days of effort p2 labels Feb 5, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team February 5, 2026 01:36
@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Feb 5, 2026
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter fails with the following errors:

❌ Fixes must contain a change to an integration test file and the resulting snapshot.

If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.

@krymtkts krymtkts force-pushed the lambda-insights-version-fix branch from ca74a43 to 1475de8 Compare February 8, 2026 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK bug This issue is a bug. effort/medium Medium work item – several days of effort p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(lambda): CloudWatch Lambda Insights ARM64 version 1.0.498.0 resolves to incorrect Lambda Layer ARNs

2 participants