https://pulumi.com logo
w

worried-engineer-33884

08/05/2019, 5:39 PM
Would it make sense to use
.appy
in a
lambda.CallbackFactory
?
w

white-balloon-205

08/05/2019, 6:10 PM
No. You can use
.get
inside "runtime code" to just get the value directly. The values are known so you do not need (and in fact cannot) use
apply
.
w

worried-engineer-33884

08/05/2019, 6:13 PM
awesome thanks
cc @dazzling-memory-8548