Method: start_build
Method for triggering the build of a project
Returns following columns:
name: the name of the project that was built
status: OK if the build was started successfully
message: Error message in case of failure
Example
SELECT * FROM start_build('project_name', 'us-east-2');
See
- https://github.com/iasql/iasql/blob/main/test/modules/aws-codebuild-integration.ts#L313
- https://docs.aws.amazon.com/cli/latest/reference/codebuild/start-build.html