Skip to content

QuiNovas/codebuild-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codebuild-runner

AWS Lambda function that runs a CodeBuild project

This function runs on any event passed to it and starts a build on the project specified by the environment variable PROJECT_NAME. Note that this function will return success if it is able to start the build, and does not wait for the build's finish.

Environment Variables

  • PROJECT_NAME - REQUIRED - the CodeBuild project name to build

About

AWs Lambda function that starts a CodeBuild project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages