breezy-butcher-78604
04/30/2021, 3:19 AMOutput<T>
instead of just T
or Promise<T>
? stack outputs will be known at preview time but since they return Output<T>
i can't use those values until deploy timered-match-15116
04/30/2021, 3:21 AM.then()
you have to use .apply()
to access the unwrapped value.breezy-butcher-78604
04/30/2021, 3:24 AMapply
is another Output<T>
whereas with a promise I can await
it and access the underlying value at preview timered-match-15116
04/30/2021, 3:25 AMbreezy-butcher-78604
04/30/2021, 3:47 AMlittle-cartoon-10569
04/30/2021, 3:48 AMbreezy-butcher-78604
04/30/2021, 3:51 AMStack A
using a stack output from Stack B
, what happens if Stack B
is deploying while Stack A
is using that output?requireOutput()
behave in that scenario?little-cartoon-10569
04/30/2021, 3:52 AM