See CHANGELOG.md for full details.
Lambda Layer
Download the layer zip for your architecture and publish it to your account:
aws lambda publish-layer-version \
--layer-name failure-lambda \
--zip-file fileb://failure-lambda-layer-x86_64.zip \
--compatible-architectures x86_64 \
--region <your-region>See the README for full setup instructions.