Skip to content

Commit 77331f1

Browse files
authored
chore(regions): update node version in ISO-B partition (#35661)
### Issue # (if applicable) ### Reason for this change ISO-B partition needed to use Node18 as no newer version was available. Lambda team updated their runtimes and now they support Node22 ### Description of changes Enabling Node22 in ISO-B as the latest node version available in that partition ### Describe any new or updated permissions being added NA ### Description of how you validated changes Unit and integration tests updated ### 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 cfbc6fb commit 77331f1

File tree

1,669 files changed

+2965594
-2794625
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,669 files changed

+2965594
-2794625
lines changed

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

Lines changed: 1 addition & 7 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: 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.cors-allow-multiple-origins.js.snapshot/stack-cors-allow-multiple-origins.template.json

Lines changed: 1 addition & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -309,15 +309,7 @@
309309
"Arn"
310310
]
311311
},
312-
"Runtime": {
313-
"Fn::FindInMap": [
314-
"LatestNodeRuntimeMap",
315-
{
316-
"Ref": "AWS::Region"
317-
},
318-
"value"
319-
]
320-
}
312+
"Runtime": "nodejs22.x"
321313
},
322314
"DependsOn": [
323315
"handlerServiceRole187D5A5A"
@@ -352,148 +344,6 @@
352344
}
353345
}
354346
},
355-
"Mappings": {
356-
"LatestNodeRuntimeMap": {
357-
"af-south-1": {
358-
"value": "nodejs22.x"
359-
},
360-
"ap-east-1": {
361-
"value": "nodejs22.x"
362-
},
363-
"ap-east-2": {
364-
"value": "nodejs22.x"
365-
},
366-
"ap-northeast-1": {
367-
"value": "nodejs22.x"
368-
},
369-
"ap-northeast-2": {
370-
"value": "nodejs22.x"
371-
},
372-
"ap-northeast-3": {
373-
"value": "nodejs22.x"
374-
},
375-
"ap-south-1": {
376-
"value": "nodejs22.x"
377-
},
378-
"ap-south-2": {
379-
"value": "nodejs22.x"
380-
},
381-
"ap-southeast-1": {
382-
"value": "nodejs22.x"
383-
},
384-
"ap-southeast-2": {
385-
"value": "nodejs22.x"
386-
},
387-
"ap-southeast-3": {
388-
"value": "nodejs22.x"
389-
},
390-
"ap-southeast-4": {
391-
"value": "nodejs22.x"
392-
},
393-
"ap-southeast-5": {
394-
"value": "nodejs22.x"
395-
},
396-
"ap-southeast-6": {
397-
"value": "nodejs22.x"
398-
},
399-
"ap-southeast-7": {
400-
"value": "nodejs22.x"
401-
},
402-
"ca-central-1": {
403-
"value": "nodejs22.x"
404-
},
405-
"ca-west-1": {
406-
"value": "nodejs22.x"
407-
},
408-
"cn-north-1": {
409-
"value": "nodejs22.x"
410-
},
411-
"cn-northwest-1": {
412-
"value": "nodejs22.x"
413-
},
414-
"eu-central-1": {
415-
"value": "nodejs22.x"
416-
},
417-
"eu-central-2": {
418-
"value": "nodejs22.x"
419-
},
420-
"eu-isoe-west-1": {
421-
"value": "nodejs22.x"
422-
},
423-
"eu-north-1": {
424-
"value": "nodejs22.x"
425-
},
426-
"eu-south-1": {
427-
"value": "nodejs22.x"
428-
},
429-
"eu-south-2": {
430-
"value": "nodejs22.x"
431-
},
432-
"eu-west-1": {
433-
"value": "nodejs22.x"
434-
},
435-
"eu-west-2": {
436-
"value": "nodejs22.x"
437-
},
438-
"eu-west-3": {
439-
"value": "nodejs22.x"
440-
},
441-
"eusc-de-east-1": {
442-
"value": "nodejs22.x"
443-
},
444-
"il-central-1": {
445-
"value": "nodejs22.x"
446-
},
447-
"me-central-1": {
448-
"value": "nodejs22.x"
449-
},
450-
"me-south-1": {
451-
"value": "nodejs22.x"
452-
},
453-
"mx-central-1": {
454-
"value": "nodejs22.x"
455-
},
456-
"sa-east-1": {
457-
"value": "nodejs22.x"
458-
},
459-
"us-east-1": {
460-
"value": "nodejs22.x"
461-
},
462-
"us-east-2": {
463-
"value": "nodejs22.x"
464-
},
465-
"us-gov-east-1": {
466-
"value": "nodejs22.x"
467-
},
468-
"us-gov-west-1": {
469-
"value": "nodejs22.x"
470-
},
471-
"us-iso-east-1": {
472-
"value": "nodejs22.x"
473-
},
474-
"us-iso-west-1": {
475-
"value": "nodejs22.x"
476-
},
477-
"us-isob-east-1": {
478-
"value": "nodejs18.x"
479-
},
480-
"us-isob-west-1": {
481-
"value": "nodejs18.x"
482-
},
483-
"us-isof-east-1": {
484-
"value": "nodejs22.x"
485-
},
486-
"us-isof-south-1": {
487-
"value": "nodejs22.x"
488-
},
489-
"us-west-1": {
490-
"value": "nodejs22.x"
491-
},
492-
"us-west-2": {
493-
"value": "nodejs22.x"
494-
}
495-
}
496-
},
497347
"Parameters": {
498348
"BootstrapVersion": {
499349
"Type": "AWS::SSM::Parameter::Value<String>",

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: 1 addition & 7 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.

0 commit comments

Comments
 (0)