Creating templates for your infrastructure in Yaml or JSON
Stacks
Collection of AWS resources managed by a single AWS unit. They allow you to version-control your infrastructure making it easier to replicate AWS resource configurations.
Nested Stacks
Smaller functionalities that can be configured. These include:
- APIs
- Authentication You can see in my stacks, I have an API and a amplify project