AWS - CloudFormation
Given this AWS CLI command:
What will happen when this command runs?
aws cloudformation create-stack --stack-name TestStack --template-body file://template.yaml --parameters ParameterKey=Env,ParameterValue=prodWhat will happen when this command runs?
