AWS Pipeline: How to use CloudFormation nested stacks
Intro
Nested stacks are stacks created as part of other stacks. The usual use case is to split the project on a per-module basis, common patterns, or split the resources to keep within the Cloudformation service quota limits.
We will refer to a simpl...
pinchoflogic.com12 min read