Skip to content

Commit d746997

Browse files
committed
chore: updating aws-iso-b partition to use node18x as the latest available version
1 parent 1937ace commit d746997

File tree

2,379 files changed

+2802454
-2821494
lines changed

Some content is hidden

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

2,379 files changed

+2802454
-2821494
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: 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/manifest.json

Lines changed: 56 additions & 41 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: 4 additions & 4 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: 145 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,15 @@
309309
"Arn"
310310
]
311311
},
312-
"Runtime": "nodejs22.x"
312+
"Runtime": {
313+
"Fn::FindInMap": [
314+
"LatestNodeRuntimeMap",
315+
{
316+
"Ref": "AWS::Region"
317+
},
318+
"value"
319+
]
320+
}
313321
},
314322
"DependsOn": [
315323
"handlerServiceRole187D5A5A"
@@ -344,6 +352,142 @@
344352
}
345353
}
346354
},
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-west-1": {
484+
"value": "nodejs22.x"
485+
},
486+
"us-west-2": {
487+
"value": "nodejs22.x"
488+
}
489+
}
490+
},
347491
"Parameters": {
348492
"BootstrapVersion": {
349493
"Type": "AWS::SSM::Parameter::Value<String>",

0 commit comments

Comments
 (0)