Skip to content

v1.0.4 -- 2020-09-10

Choose a tag to compare

@nvonpentz nvonpentz released this 10 Sep 22:24
· 256 commits to master since this release

This is the first version since forking from aws-actions/aws-codebuild-run-build. The major change is that instead of invoking a CodeBuild project directly, instead this project invokes a Lambda function that is expected to start a CodeBuild project and return the build ID. The action consumes the build ID the same as if consumed it from the CodeBuild project.