Skip to content

ContinueDeployment

Source: src/AWS/CodeDeploy/ContinueDeployment.ts

Runtime binding for codedeploy:ContinueDeployment — for a blue/green deployment paused in the ready state (actionOnTimeout: "STOP_DEPLOYMENT"), starts rerouting traffic to the replacement environment without waiting for the configured wait time.

const continueDeployment = yield* AWS.CodeDeploy.ContinueDeployment(group);
yield* continueDeployment({
deploymentId,
deploymentWaitType: "READY_WAIT",
});