YAML examples for AWS CLI
AWS CLI commands
yaml- action: "Run AWS command" type: "AWS_CLI" trigger_time: "ON_EVERY_EXECUTION" shell: "SH" setup_commands: - "apt-get update && apt-get -y install git" execute_commands: - "aws lambda list-functions" region: "us-west-2" integration: "my_integration"