YAML for AWS CDK CLI
Execute AWS CDK CLI commands with integration-based authentication.
YAML examples for AWS CDK CLI
Run AWS CDK commands
yaml- action: "Run AWS CDK commands" type: "AWS_CDK_CLI" trigger_time: "ON_EVERY_EXECUTION" shell: "SH" setup_commands: - "apt-get update && apt-get -y install git" execute_commands: - "cdk --version" region: "us-west-2" integration: "my_integration"