This message was deleted.
# general
s
This message was deleted.
l
It will fail if you use
require...
and return
undefined
if you use
get...
.
s
How would we approach this though if we need output of one resource to create another?
l
You use the outputs of the resources, not of the stack.
So if you want to output a bucket name from a stack, and use that bucket name in another resource, don't use the exported variable, use the bucket name directly.
👍 1