Skip to content

Commit f03f32e

Browse files
authored
chore: update node js runtime version in ISO partitions (#35157)
### Issue # (if applicable) Closes #<issue number here>. ### Reason for this change All ISO partitions now support Node22, so this PR updates the Node runtime version in all of them. Also, now the `NODEJS_LATEST` variable in lambda runtime definition uses Node22, as all supported partitions have reached parity, being Node22 the latest available version in all of them ### Description of changes Updated node runtime mappings in fact-table, updated `NODEJS_LATEST` to map to Node22 and updated all related unit and integration tests ### Describe any new or updated permissions being added NA ### Description of how you validated changes Local deployment of all the updated integration tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 667cd9e commit f03f32e

File tree

1,603 files changed

+331470
-368199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,603 files changed

+331470
-368199
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/cdk.out

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/integ.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/integcorsallowmultipleoriginsDefaultTestDeployAssertEBF0A1B1.assets.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/manifest.json

Lines changed: 472 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/stack-cors-allow-multiple-origins.assets.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/stack-cors-allow-multiple-origins.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"Arn"
310310
]
311311
},
312-
"Runtime": "nodejs18.x"
312+
"Runtime": "nodejs22.x"
313313
},
314314
"DependsOn": [
315315
"handlerServiceRole187D5A5A"

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/tree.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.access-log-firehose.js.snapshot/manifest.json

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.access-log-firehose.js.snapshot/test-apigateway-access-logs-firehose.assets.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.access-log-firehose.js.snapshot/test-apigateway-access-logs-firehose.template.json

Lines changed: 1 addition & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,7 @@
124124
"Arn"
125125
]
126126
},
127-
"Runtime": {
128-
"Fn::FindInMap": [
129-
"LatestNodeRuntimeMap",
130-
{
131-
"Ref": "AWS::Region"
132-
},
133-
"value"
134-
]
135-
},
127+
"Runtime": "nodejs22.x",
136128
"Description": {
137129
"Fn::Join": [
138130
"",
@@ -301,142 +293,6 @@
301293
}
302294
}
303295
},
304-
"Mappings": {
305-
"LatestNodeRuntimeMap": {
306-
"af-south-1": {
307-
"value": "nodejs22.x"
308-
},
309-
"ap-east-1": {
310-
"value": "nodejs22.x"
311-
},
312-
"ap-east-2": {
313-
"value": "nodejs22.x"
314-
},
315-
"ap-northeast-1": {
316-
"value": "nodejs22.x"
317-
},
318-
"ap-northeast-2": {
319-
"value": "nodejs22.x"
320-
},
321-
"ap-northeast-3": {
322-
"value": "nodejs22.x"
323-
},
324-
"ap-south-1": {
325-
"value": "nodejs22.x"
326-
},
327-
"ap-south-2": {
328-
"value": "nodejs22.x"
329-
},
330-
"ap-southeast-1": {
331-
"value": "nodejs22.x"
332-
},
333-
"ap-southeast-2": {
334-
"value": "nodejs22.x"
335-
},
336-
"ap-southeast-3": {
337-
"value": "nodejs22.x"
338-
},
339-
"ap-southeast-4": {
340-
"value": "nodejs22.x"
341-
},
342-
"ap-southeast-5": {
343-
"value": "nodejs22.x"
344-
},
345-
"ap-southeast-6": {
346-
"value": "nodejs22.x"
347-
},
348-
"ap-southeast-7": {
349-
"value": "nodejs22.x"
350-
},
351-
"ca-central-1": {
352-
"value": "nodejs22.x"
353-
},
354-
"ca-west-1": {
355-
"value": "nodejs22.x"
356-
},
357-
"cn-north-1": {
358-
"value": "nodejs22.x"
359-
},
360-
"cn-northwest-1": {
361-
"value": "nodejs22.x"
362-
},
363-
"eu-central-1": {
364-
"value": "nodejs22.x"
365-
},
366-
"eu-central-2": {
367-
"value": "nodejs22.x"
368-
},
369-
"eu-isoe-west-1": {
370-
"value": "nodejs18.x"
371-
},
372-
"eu-north-1": {
373-
"value": "nodejs22.x"
374-
},
375-
"eu-south-1": {
376-
"value": "nodejs22.x"
377-
},
378-
"eu-south-2": {
379-
"value": "nodejs22.x"
380-
},
381-
"eu-west-1": {
382-
"value": "nodejs22.x"
383-
},
384-
"eu-west-2": {
385-
"value": "nodejs22.x"
386-
},
387-
"eu-west-3": {
388-
"value": "nodejs22.x"
389-
},
390-
"eusc-de-east-1": {
391-
"value": "nodejs22.x"
392-
},
393-
"il-central-1": {
394-
"value": "nodejs22.x"
395-
},
396-
"me-central-1": {
397-
"value": "nodejs22.x"
398-
},
399-
"me-south-1": {
400-
"value": "nodejs22.x"
401-
},
402-
"mx-central-1": {
403-
"value": "nodejs22.x"
404-
},
405-
"sa-east-1": {
406-
"value": "nodejs22.x"
407-
},
408-
"us-east-1": {
409-
"value": "nodejs22.x"
410-
},
411-
"us-east-2": {
412-
"value": "nodejs22.x"
413-
},
414-
"us-gov-east-1": {
415-
"value": "nodejs22.x"
416-
},
417-
"us-gov-west-1": {
418-
"value": "nodejs22.x"
419-
},
420-
"us-iso-east-1": {
421-
"value": "nodejs18.x"
422-
},
423-
"us-iso-west-1": {
424-
"value": "nodejs18.x"
425-
},
426-
"us-isob-east-1": {
427-
"value": "nodejs18.x"
428-
},
429-
"us-isob-west-1": {
430-
"value": "nodejs18.x"
431-
},
432-
"us-west-1": {
433-
"value": "nodejs22.x"
434-
},
435-
"us-west-2": {
436-
"value": "nodejs22.x"
437-
}
438-
}
439-
},
440296
"Outputs": {
441297
"MyApiEndpoint869ABE96": {
442298
"Value": {

0 commit comments

Comments
 (0)