Also is there an approach to `get_or_create()` ? S...
# general
f
Also is there an approach to
get_or_create()
? Say a few stacks depend on a resource, but if it doesn’t exist it can get them. And other stacks can do the same, that way I don’t rely on running a specific stack first.