stocky-spoon-28903
let azs = aws.getAvailabilityZones(); const az = async function (index: number) { return (await azs).names[index]; }; // Access using `az(index)`