Skip to content

Commit d13c67d

Browse files
authored
chore: add ap-east-1 (HKG) region (#1950)
1 parent 7f61fd5 commit d13c67d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/amplify-category-api/src/provider-utils/supported-datasources.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const supportedDataSources = {
3535
'us-east-2',
3636
'us-west-1',
3737
'us-west-2',
38+
'ap-east-1',
3839
'ap-south-1',
3940
'ap-southeast-1',
4041
'ap-southeast-2',

packages/amplify-e2e-core/src/utils/pinpoint.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const serviceRegionMap = {
3030
'us-west-2': 'us-west-2',
3131
'cn-north-1': 'us-west-2',
3232
'cn-northwest-1': 'us-west-2',
33+
'ap-east-1': 'ap-northeast-2',
3334
'ap-south-1': 'ap-south-1',
3435
'ap-northeast-3': 'us-west-2',
3536
'ap-northeast-2': 'ap-northeast-2',

0 commit comments

Comments
 (0)