Skip to content

Commit 7ed3460

Browse files
authored
chore(region-info): add missing dlc repository accounts. (#30147)
### Issue # (if applicable) Add missing DLC repository account information for multiple regions. ### Reason for this change As part of exteding support to new regions we require the `DLC_REPOSITORY_ACCOUNTS` for those specific regions in our `fact-tables`. ### Description of changes Added missing information for few regions we already provide support to. Also, updated the reference doc links since they are out of date and haven't been updated in a long time and we need to reference the new docs to fetch the required information. ### Description of how you validated changes ### 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 65f2bd9 commit 7ed3460

File tree

14 files changed

+261
-211
lines changed

14 files changed

+261
-211
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.aws-deep-learning-container-build-image.js.snapshot/aws-deep-learning-container-build-image.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-codebuild/test/integ.aws-deep-learning-container-build-image.js.snapshot/aws-deep-learning-container-build-image.template.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@
169169
"Artifacts": {
170170
"Type": "NO_ARTIFACTS"
171171
},
172+
"Cache": {
173+
"Type": "NO_CACHE"
174+
},
175+
"EncryptionKey": "alias/aws/s3",
172176
"Environment": {
173177
"ComputeType": "BUILD_GENERAL1_LARGE",
174178
"Image": {
@@ -209,11 +213,7 @@
209213
"Source": {
210214
"BuildSpec": "{\n \"version\": \"0.2\",\n \"phases\": {\n \"build\": {\n \"commands\": [\n \"ls\"\n ]\n }\n }\n}",
211215
"Type": "NO_SOURCE"
212-
},
213-
"Cache": {
214-
"Type": "NO_CACHE"
215-
},
216-
"EncryptionKey": "alias/aws/s3"
216+
}
217217
}
218218
}
219219
},
@@ -231,12 +231,21 @@
231231
"ap-south-1": {
232232
"value": "763104351884"
233233
},
234+
"ap-south-2": {
235+
"value": "772153158452"
236+
},
234237
"ap-southeast-1": {
235238
"value": "763104351884"
236239
},
237240
"ap-southeast-2": {
238241
"value": "763104351884"
239242
},
243+
"ap-southeast-3": {
244+
"value": "907027046896"
245+
},
246+
"ap-southeast-4": {
247+
"value": "457447274322"
248+
},
240249
"ca-central-1": {
241250
"value": "763104351884"
242251
},
@@ -249,9 +258,18 @@
249258
"eu-central-1": {
250259
"value": "763104351884"
251260
},
261+
"eu-central-2": {
262+
"value": "380420809688"
263+
},
252264
"eu-north-1": {
253265
"value": "763104351884"
254266
},
267+
"eu-south-1": {
268+
"value": "692866216735"
269+
},
270+
"eu-south-2": {
271+
"value": "503227376785"
272+
},
255273
"eu-west-1": {
256274
"value": "763104351884"
257275
},
@@ -261,6 +279,9 @@
261279
"eu-west-3": {
262280
"value": "763104351884"
263281
},
282+
"me-central-1": {
283+
"value": "914824155844"
284+
},
264285
"me-south-1": {
265286
"value": "217643126080"
266287
},

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.aws-deep-learning-container-build-image.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-codebuild/test/integ.aws-deep-learning-container-build-image.js.snapshot/integ.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-codebuild/test/integ.aws-deep-learning-container-build-image.js.snapshot/manifest.json

Lines changed: 9 additions & 8 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-codebuild/test/integ.aws-deep-learning-container-build-image.js.snapshot/tree.json

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

packages/@aws-cdk/aws-sagemaker-alpha/test/integ.model.js.snapshot/aws-cdk-sagemaker-model.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)