JS/TS: Because I need to use stuff like `aws.getAv...
# general
b
JS/TS: Because I need to use stuff like
aws.getAvailabilityZones
inline, I've tried to wrap my Pulumi definition into a Promise. This results in getting no outputs, either when assigning it directly to
module.exports
or
export
-ing values as keys. How do I correctly do this so Pulumi picks up what I am putting down?