Skip to content

Commit 601678e

Browse files
author
moriano
committed
fix(route53): Added support for eusc-de partition
1 parent 79a27a4 commit 601678e

File tree

1 file changed

+1
-0
lines changed
  • packages/@aws-cdk/custom-resource-handlers/lib/aws-route53/cross-account-zone-delegation-handler

1 file changed

+1
-0
lines changed

packages/@aws-cdk/custom-resource-handlers/lib/aws-route53/cross-account-zone-delegation-handler/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ function route53Region(region: string) {
119119
'us-isob': 'us-isob-east-1',
120120
'eu-isoe': 'eu-isoe-west-1',
121121
'us-isof': 'us-isof-south-1',
122+
'eusc-de': 'eusc-de-east-1'
122123
};
123124

124125
for (const [prefix, mainRegion] of Object.entries(partitions)) {

0 commit comments

Comments
 (0)