We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf95f9c commit d717041Copy full SHA for d717041
packages/amplify-codegen-e2e-core/src/configure/index.ts
@@ -13,18 +13,24 @@ const defaultSettings = {
13
userName: '\r',
14
};
15
16
-const regionOptions = [
+export const amplifyRegions = [
17
'us-east-1',
18
'us-east-2',
19
+ 'us-west-1',
20
'us-west-2',
21
+ 'eu-north-1',
22
'eu-west-1',
23
'eu-west-2',
24
+ 'eu-west-3',
25
'eu-central-1',
26
'ap-northeast-1',
27
'ap-northeast-2',
28
'ap-southeast-1',
29
'ap-southeast-2',
30
'ap-south-1',
31
+ 'ca-central-1',
32
+ 'me-south-1',
33
+ 'sa-east-1',
34
];
35
36
const configurationOptions = ['project', 'profile', 'containers'];
0 commit comments