https://pulumi.com logo
q

quick-action-34599

10/30/2018, 12:46 PM
What’s the proper way to do a stack output from inside an async function?
c

creamy-potato-29402

10/30/2018, 5:36 PM
@quick-action-34599 can you make the stack output a call to the async function? pulumi should automatically resolve it.
q

quick-action-34599

10/30/2018, 6:34 PM
like
export (async function() { … })()
?
c

creamy-potato-29402

10/30/2018, 6:35 PM
yeah, I believe that should work.