This message was deleted.
# general
s
This message was deleted.
w
export const val = myAsyncMethod()
should work. Pulumi allows you to export a promise and will wait for it to resolve to set the stack output value.
e
whut!
I didn't even try that because I didn't think it would work haha...
thank you!
That worked perfectly...