Skip to content

UpdateMapRun

Source: src/AWS/StepFunctions/UpdateMapRun.ts

Runtime binding for states:UpdateMapRun.

Adjusts a running Distributed Map Run’s maxConcurrency and tolerated failure thresholds in place. IAM access is scoped to Map Runs of the bound StateMachine.

const updateMapRun = yield* StepFunctions.UpdateMapRun(machine);
yield* updateMapRun({ mapRunArn, maxConcurrency: 10 });