https://pulumi.com logo
b

better-rainbow-14549

03/09/2020, 2:04 PM
is top level await in typescript supported?
a

acoustic-florist-12628

03/09/2020, 11:08 PM
Yes, this should be possible as of Pulumi version 1.7: https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md#170-2019-12-11 Basically you wrap your entire pulumi program within
Copy code
export = async () => {
<program>
}
👍 1
b

better-rainbow-14549

03/10/2020, 8:41 AM
great thanks!
31 Views