Skip to content

Commit d717041

Browse files
committed
fix(e2e): update amplify configure region
1 parent cf95f9c commit d717041

File tree

1 file changed

+7
-1
lines changed
  • packages/amplify-codegen-e2e-core/src/configure

1 file changed

+7
-1
lines changed

packages/amplify-codegen-e2e-core/src/configure/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,24 @@ const defaultSettings = {
1313
userName: '\r',
1414
};
1515

16-
const regionOptions = [
16+
export const amplifyRegions = [
1717
'us-east-1',
1818
'us-east-2',
19+
'us-west-1',
1920
'us-west-2',
21+
'eu-north-1',
2022
'eu-west-1',
2123
'eu-west-2',
24+
'eu-west-3',
2225
'eu-central-1',
2326
'ap-northeast-1',
2427
'ap-northeast-2',
2528
'ap-southeast-1',
2629
'ap-southeast-2',
2730
'ap-south-1',
31+
'ca-central-1',
32+
'me-south-1',
33+
'sa-east-1',
2834
];
2935

3036
const configurationOptions = ['project', 'profile', 'containers'];

0 commit comments

Comments
 (0)