Skip to content

Commit 85cc0c6

Browse files
feat(region-info): update Metadata regions (#28160)
Update the list of regions where the CDK deploys the `AWS::CDK::Metadata` resource.
1 parent 04eaa54 commit 85cc0c6

File tree

1 file changed

+2
-2
lines changed
  • packages/aws-cdk-lib/region-info/build-tools

1 file changed

+2
-2
lines changed

packages/aws-cdk-lib/region-info/build-tools/metadata.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ export const AWS_CDK_METADATA = new Set([
1616
'ap-southeast-1',
1717
'ap-southeast-2',
1818
'ca-central-1',
19-
'cn-north-1',
20-
'cn-northwest-1',
2119
'eu-central-1',
2220
'eu-north-1',
2321
'eu-south-1',
2422
'eu-west-1',
2523
'eu-west-2',
2624
'eu-west-3',
25+
'il-central-1',
26+
'me-central-1',
2727
'me-south-1',
2828
'sa-east-1',
2929
'us-east-1',

0 commit comments

Comments
 (0)