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 d717041 commit 6d31ac5Copy full SHA for 6d31ac5
packages/amplify-codegen-e2e-core/src/configure/index.ts
@@ -52,7 +52,7 @@ export function amplifyConfigure(settings: AmplifyConfiguration): Promise<void>
52
.sendCarriageReturn()
53
.wait('Specify the AWS Region');
54
55
- singleSelect(chain, s.region, regionOptions);
+ singleSelect(chain, s.region, amplifyRegions);
56
57
chain
58
.wait('user name:')
0 commit comments