Skip to content

StartDeployment

Source: src/AWS/AppRunner/StartDeployment.ts

Start a manual deployment of an App Runner Service from a Lambda (or other AWS runtime) — App Runner re-pulls the latest image (or commit) and rolls a new container fleet. The call is asynchronous; pair with ListOperations to track the returned OperationId to completion.

Provide AppRunner.StartDeploymentHttp on the hosting function’s Effect to implement the binding.

const startDeployment = yield* AppRunner.StartDeployment(service);
const { OperationId } = yield* startDeployment();