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.
Sandboxes
Section titled “Sandboxes”const startSandbox = yield* AWS.CodeBuild.StartSandbox(project);
const { sandbox } = yield* startSandbox();