feat(custom-resource): update default node runtime to node20 for China and Gov regions#33112
feat(custom-resource): update default node runtime to node20 for China and Gov regions#33112mergify[bot] merged 9 commits intoaws:mainfrom
Conversation
…a and Gov regions
|
A few integration tests need to be updated as well |
|
Updated failed integration tests |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #33112 +/- ##
=======================================
Coverage 80.78% 80.78%
=======================================
Files 232 232
Lines 14111 14111
Branches 2453 2453
=======================================
Hits 11400 11400
Misses 2431 2431
Partials 280 280
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Added a |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
Dismissing outdated PRLinter review.
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Reason for this change
Node18 is being deprecated in most regions. So we should make custom resource use node 20 as default runtime in china and us-gov regions.
Description of changes
Update
LATEST_NODE_RUNTIME_MAPso cdk will usenode20as default runtime for custom resource.Description of how you validated changes
Unit tests
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license