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.
Batch Builds
Section titled “Batch Builds”const startBuildBatch = yield* AWS.CodeBuild.StartBuildBatch(project);
const { buildBatch } = yield* startBuildBatch();