Skip to content

v1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 07:44
44455c2

Changes

Idempotency module

New module to get your Lambda function Idempotent.

Key features:

  • Use DynamoDB as a persistence layer for state including Bring Your Own Persistence Store Layer
  • Optional in-memory caching, idempotency state auto-expiration for cost reasons
  • JMESPath support to select a subset of your payload to serialize and hash as idempotency key
  • Payload validation in case we shouldn’t return the previous result in case X parameter has changed in your request
  • Last but not least, the documentation is super comprehensive with over 600 lines of content.

image

This release was made possible by the following contributors:

@jeromevdl