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.
Deploying at Runtime
Section titled “Deploying at Runtime”const startDeployment = yield* AppRunner.StartDeployment(service);const { OperationId } = yield* startDeployment();