Add AWS Cloudformation Deployment file for poseidon-new-stack stack #705
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request commits a CloudFormation stack deployment file to your repository. AWS CloudFormation uses the
deploy/aws/template.yaml
file to locate, track, and automatically update a stack that belongs to theposeidon-new-stack
template. When this pull request is merged, AWS CloudFormation tracks changes to this repository and applies updates to the stack and parameters that are defined in the file.How does it work?
Your
deploy/aws/template.yaml
file contains the path from the root of your Git repository to your CloudFormation template as well as the parameters and tags for your stack. When changes are committed to your repository, CloudFormation automatically updates the stack, its parameters, and tags.How do I update the
deploy/aws/template.yaml
file?Edit your
deploy/aws/template.yaml
file and commit the changes to your repository. Make sure that you commit the changes to the path and branch in the repository that are specified in the deployment file.