Production: Add Stack Name to our Application
Understand how to implement distinct staging and production environments by adding stack names to your AWS application. This lesson guides you through modifying your app to recognize its running environment and updating scripts for seamless deployment with CloudFormation nested stacks and CodePipeline integration.
We'll cover the following...
We'll cover the following...
Objective
- Create separate environments for staging.
Steps
- Adding the stack name to our Hello World application.
In the real world, we will generally want to have at least one environment to test our application and infrastructure ...