Title
s

stocky-spoon-28903

06/20/2018, 6:07 PM
let azs = aws.getAvailabilityZones();
const az = async function (index: number) {
    return (await azs).names[index];
};

// Access using `az(index)`