Sometimes we want to pull common dependencies to p...
# help
g
Sometimes we want to pull common dependencies to pass into a few of our stacks, e.g.
route53.HostedZone.fromLookup
and
ec2.Vpc.fromLookup
. We are doing this in a separate
CommonDependenciesStack
but it turns out that this creates an empty Cloudformation stack. Any other approach that we’re missing?
t
Is there any issue with having an empty stack? Latest version of SST allows it
g
yes, allowed, but seemed like overkill 😉