Skip to content

StartSandbox

Source: src/AWS/CodeBuild/StartSandbox.ts

Runtime binding for codebuild:StartSandbox — launches an interactive sandbox environment for the bound project. Run commands in it with StartCommandExecution; stop it with StopSandbox.

const startSandbox = yield* AWS.CodeBuild.StartSandbox(project);
const { sandbox } = yield* startSandbox();