From ee7fa86b4c60bfa679314e509f0ef62da487aa54 Mon Sep 17 00:00:00 2001 From: aws-cdk-automation Date: Thu, 23 Nov 2023 00:14:30 +0000 Subject: [PATCH] feat(region-info): update Metadata regions Update the list of regions where the CDK deploys the `AWS::CDK::Metadata` resource. --- packages/aws-cdk-lib/region-info/build-tools/metadata.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/aws-cdk-lib/region-info/build-tools/metadata.ts b/packages/aws-cdk-lib/region-info/build-tools/metadata.ts index 8bce2beb71c89..1e11d55df9452 100644 --- a/packages/aws-cdk-lib/region-info/build-tools/metadata.ts +++ b/packages/aws-cdk-lib/region-info/build-tools/metadata.ts @@ -16,8 +16,6 @@ export const AWS_CDK_METADATA = new Set([ 'ap-southeast-1', 'ap-southeast-2', 'ca-central-1', - 'cn-north-1', - 'cn-northwest-1', 'eu-central-1', 'eu-north-1', 'eu-south-1',