Skip to content

StartBuildBatch

Source: src/AWS/CodeBuild/StartBuildBatch.ts

Runtime binding for codebuild:StartBuildBatch — kicks off a batch (fan-out) build of the bound project. The project must have a build batch configuration and the buildspec a batch: section.

const startBuildBatch = yield* AWS.CodeBuild.StartBuildBatch(project);
const { buildBatch } = yield* startBuildBatch();