This message was deleted.
# dotnet
s
This message was deleted.
w
You can draw the line between Stacks wherever makes sense for you - but in general any set of resources that logically versions together and would make sense to deliver in a single CI/CD pipeline can live in a single Stack. You can build shared ComponentResources that encapsulate parts of your infrastructure, put them in their own project, and then use those to build up your individual Stack(s). You could have multiple of these library projects if needed as well.
s
Thanks!