Skip to content

Commit 0e92a43

Browse files
committed
fix: add sa-east-1 to amplifyRegions and canary configs
1 parent c1b20c3 commit 0e92a43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/amplify-e2e-core/src/configure

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export const amplifyRegions = [
3232
'ap-southeast-2',
3333
'ap-south-1',
3434
'ca-central-1',
35+
'me-south-1',
36+
'sa-east-1',
3537
];
3638

3739
const configurationOptions = ['Project information', 'AWS Profile setting', 'Advanced: Container-based deployments'];

0 commit comments

Comments
 (0)