aws-samples / aws-samples/amazon-ecs-catsndogs-workshop
Initial Setup: Add cli command for deploying CloudFormation
Open
- Dominant language
- Shell
- Stars
- 169
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
Rather than use the console to deploy the CloudFormation template, I would like to have the option to deploy via command line. It's not hard to form the command, but could help smooth out the user interaction.
`aws cloudformation deploy --template-file cfn-templates/Lab0-baseline-setup.yml --stack-name catsndogssetup --capabilities CAPABILITY_IAM`
Contributor guide
Assessment
This issue has not been assessed yet.