Skip to content

Commit 08f4c46

Browse files
committed
chore: test run
Signed-off-by: Kevin Shan <[email protected]>
1 parent f0af668 commit 08f4c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amplify-codegen-e2e-tests/src/cleanup-e2e-resources.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ const getRegionsEnabled = async (accountInfo: AWSAccountInfo): Promise<string[]>
177177
// Specify service region to avoid possible endpoint unavailable error
178178
const account = new Account({ ...accountInfo, region: 'us-east-1' });
179179
const response = await account.listRegions().promise();
180+
console.log(response);
180181
const enabledRegions = response.Regions.map(r =>
181182
r.RegionOptStatus === 'ENABLED' || r.RegionOptStatus === 'ENABLED_BY_DEFAULT' ? r.RegionName : null,
182183
).filter(Boolean);

0 commit comments

Comments
 (0)