Skip to content

v1.0.0

Latest

Choose a tag to compare

@gunnargrosch gunnargrosch released this 24 Feb 10:06
27cf16c

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.