AWS - CloudFormation
Given this AWS CLI command:
What will happen if the template.yaml file has a syntax error?
aws cloudformation create-stack --stack-name TestStack --template-body file://template.yamlWhat will happen if the template.yaml file has a syntax error?
