v1.11.0
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.
- feature: Idempotency module (#717) by @jeromevdl