AWS App Runner Deploy with YAML

YAML parameters for AWS App Runner Deploy

Name Type Description
action Required String The name of the action.
type Required String The type of the action. Should be set to AWS_APP_RUNNER_DEPLOY.
service Required String The ID of the App Runner service ARN.
region Required String The name of the Amazon region. The full list of regions is available here.
integration Required String The ID of the integration.

YAML example for AWS App Runner Deploy

yaml
actions: - action: "App Runner Deploy" type: "AWS_APP_RUNNER_DEPLOY" service: "arn-aws-apprunner-service" region: "us-east-1" integration: "my_integration"

Last modified on Mar 4, 2025