Skip to main content
Version: 0.1.9

start_deploy

Method for deploying a CodeDeploy application revision through a deployment group.

Accepts the following parameters:

  • application: name of the application to deploy

  • deployment group: name of the deployment group to use

  • revision: complex type specifying the type and location of the revision to deploy

  • region: region where to trigger the deployment

Returns following columns:

  • id: the ID of the triggered deployment

  • status: OK if the build was started successfully

  • message: Error message in case of failure

See

https://docs.aws.amazon.com/cli/latest/reference/deploy/create-deployment.html