Skip to content

Commit 18dadad

Browse files
committed
chore: updating aws-iso-b partition to use node18x as the latest available version
1 parent bbebb79 commit 18dadad

File tree

2,206 files changed

+2517327
-2542738
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,206 files changed

+2517327
-2542738
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.access-log-firehose.js.snapshot/apigatewayaccesslogsfirehoseDefaultTestDeployAssert6376A91B.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.restapi.access-log-firehose.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.restapi.access-log-firehose.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.restapi.access-log-firehose.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.restapi.access-log-firehose.js.snapshot/test-apigateway-access-logs-firehose.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.restapi.access-log-firehose.js.snapshot/test-apigateway-access-logs-firehose.template.json

Lines changed: 145 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,15 @@
124124
"Arn"
125125
]
126126
},
127-
"Runtime": "nodejs22.x",
127+
"Runtime": {
128+
"Fn::FindInMap": [
129+
"LatestNodeRuntimeMap",
130+
{
131+
"Ref": "AWS::Region"
132+
},
133+
"value"
134+
]
135+
},
128136
"Description": {
129137
"Fn::Join": [
130138
"",
@@ -293,6 +301,142 @@
293301
}
294302
}
295303
},
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": "nodejs22.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": "nodejs22.x"
422+
},
423+
"us-iso-west-1": {
424+
"value": "nodejs22.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+
},
296440
"Outputs": {
297441
"MyApiEndpoint869ABE96": {
298442
"Value": {

0 commit comments

Comments
 (0)