Add ability to set timeout for ProcessBuildEvent Lambda function
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:
- (#36) Make ProcessBuildEvents Lambda timeout configurable