Skip to content

Commit 2dd5b41

Browse files
WIP investigation acceptance tests failing
1 parent 63bd2f7 commit 2dd5b41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/helpers/aws-gateway-helper.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export default async function getRestApiGatewayBaseUrl(): Promise<string> {
99
const client = new APIGatewayClient({ region });
1010

1111
const apis = await client.send(new GetRestApisCommand({}));
12+
console.log(apis);
13+
1214
const api = apis.items?.find((a) => a.name === API_NAME);
1315

1416
if (!api?.id) throw new Error(`API with name "${API_NAME}" not found.`);

0 commit comments

Comments
 (0)