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.
Controlling Deployments
Section titled “Controlling Deployments”const continueDeployment = yield* AWS.CodeDeploy.ContinueDeployment(group);
yield* continueDeployment({ deploymentId, deploymentWaitType: "READY_WAIT",});