``` index.ts:10:11 - error TS1308: 'await' expres...
# general
s
Copy code
index.ts:10:11 - error TS1308: 'await' expression is only allowed within an async function.

10 let azs = await aws.getAvailabilityZones();
             ~~~~~