Skip to content

Commit 702775b

Browse files
committed
chore: test run
Signed-off-by: Kevin Shan <[email protected]>
1 parent 3b2cd8e commit 702775b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,14 @@ const isRegionEnabled = async (accountInfo: AWSAccountInfo, region: string): Pro
292292

293293
const getStacks = async (account: AWSAccountInfo, region: string): Promise<StackInfo[]> => {
294294
const cfnClient = new aws.CloudFormation(getAWSConfig(account, region));
295+
296+
const optStatus = await isRegionEnabled(account, region);
297+
console.log('---------');
298+
console.log(optStatus);
299+
console.log(account);
300+
console.log(region);
301+
console.log('---------');
302+
295303
const results: StackInfo[] = [];
296304
let stacks;
297305
try {

0 commit comments

Comments
 (0)