Skip to content

Add ability to set timeout for ProcessBuildEvent Lambda function

Choose a tag to compare

@jlhood jlhood released this 09 Mar 06:47
· 7 commits to master since this release

This release parameterizes the timeout of the ProcessBuildEvents Lambda function (async function that copies CodeBuild logs to S3), allowing the value to be adjusted if desired. This release also adds DeletionPolicy and UpdateReplacePolicy settings to stateful resources to protect against accidental data deletion. Thanks to @navinsoni for contributing the new feature and fixes!

Change Log:

  1. (#36) Make ProcessBuildEvents Lambda timeout configurable