Skip to content

Commit

Permalink
chore(region-info): remove regions that don't have CDK Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviomacedo committed Jun 20, 2023
1 parent 0a61edf commit 99ad515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ export const AWS_CDK_METADATA = new Set([
'eu-west-3',
'eu-north-1',
'eu-south-1',
'eu-south-2',
// 'eu-south-2',
'me-south-1',
// 'me-central-1',
'sa-east-1',
'ap-south-2',
// 'ap-south-2',
// 'eu-central-2',
]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ exports[`built-in data is correct 1`] = `
"vpcEndPointServiceNamePrefix": "com.amazonaws.vpce",
},
"ap-south-2": {
"cdkMetadataResourceAvailable": true,
"cdkMetadataResourceAvailable": false,
"domainSuffix": "amazonaws.com",
"lambdaInsightsArmVersions": {
"1.0.119.0": undefined,
Expand Down Expand Up @@ -598,7 +598,7 @@ exports[`built-in data is correct 1`] = `
"vpcEndPointServiceNamePrefix": "com.amazonaws.vpce",
},
"eu-south-2": {
"cdkMetadataResourceAvailable": true,
"cdkMetadataResourceAvailable": false,
"domainSuffix": "amazonaws.com",
"lambdaInsightsArmVersions": {
"1.0.119.0": undefined,
Expand Down

0 comments on commit 99ad515

Please sign in to comment.