When creating a ComponentResource, is it okay if w...
# general
s
When creating a ComponentResource, is it okay if we have a StackReference call to another stack, to get some outputs, based on an incoming arg parameter for the component resource? Or is this not an advisable pattern?
b
very common pattern, works great!
just make sure the input type is a good one
s
okay perfect, thanks for the quick response