What’s the proper way to do a stack output from in...
# general
q
What’s the proper way to do a stack output from inside an async function?
c
@quick-action-34599 can you make the stack output a call to the async function? pulumi should automatically resolve it.
q
like
export (async function() { … })()
?
c
yeah, I believe that should work.