https://pulumi.com logo
b

boundless-monkey-50243

09/02/2018, 3:14 PM
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?