AWS App Runner Deploy with YAML

YAML parameters for AWS App Runner Deploy

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to AWS_APP_RUNNER_DEPLOY.
service RequiredStringThe ID of the App Runner service ARN.
region RequiredStringThe name of the Amazon region. The full list of regions is available here.
integration RequiredStringThe 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 Sep 24, 2024