YAML for AWS CloudFormation
Execute AWS CloudFormation commands with integration-based authentication.
YAML examples for AWS CloudFormation
Deploy CloudFormation Stack
yaml- action: "Deploy CloudFormation Stack" type: "AWS_CLOUD_FORMATION" shell: "BASH" region: "us-east-1" integration: "aws_integration" setup_commands: - "aws --version" execute_commands: - "aws cloudformation deploy --template-file template.yaml --stack-name my-stack" execute_every_command: true