1.4.0
Summary
In this release we are happy to announce the first developer preview for the new Idempotency utility 🚀. The Idempotency utility provides a simple solution to convert your Lambda functions into idempotent operations which are safe to retry.
This utility is currently in developer preview and is intended strictly for feedback and testing purposes and not for production workloads. The version and all future versions tagged with the -preview suffix should be treated as not stable. Until this utility is General Availability we may introduce significant breaking changes and improvements in response to customers feedback.
🌟Key features
- Prevent Lambda handler function from executing more than once on the same event payload during a time window.
- Use DynamoDB as a persistence layer for state with bring your own persistence store provider.
- Select a subset of the event as the idempotency key using JMESPath expressions.
- Payload validation to provide an additional JMESPath expression to specify which part of the event body should be validated against previous idempotent invocations.
Implementation example
Quick links: 📜 Documentation | ⬇️ NuGet | 🐛 Bug Report
🌟New features and non-breaking changes
- feat: Add ClearAllDimensions Method (#293) by @glynn1211
- feat(docs): Start S3 Docs (#278) by @sthulb
📜 Documentation updates
- chore(docs): doc and readme updates (#301) by @sliedig
- docs: Update roadmap and maintainers (#291) by @hjgraca
- docs(parameter): adding required permission to SSM provider (#273) by @leandrodamascena
🐛 Bug and hot fixes
- fix: rename repository to powertools-lambda-dotnet (#302) by @sthulb
- chore(deps): update mkdocs configuration to support pymdown-extensions 10.0 (#276) by @hjgraca
- fix: parameters nuget icon (#271) by @amirkaws
🔧 Maintenance
- chore: Change repo URL to the new location (#285) by @sthulb
- chore: rename project to Powertools for AWS Lambda (.NET) (#282) by @sthulb
- chore: update changelog with latest changes (#277) by @hjgraca
- chore(deps): Bump pymdown-extensions from 9.9 to 10.0 (#276) by @hjgraca
This release was made possible by the following contributors:
@amirkaws, @hjgraca , @hossambarakat and @sliedig, @glynn1211 , @leandrodamascena , @sthulb and @glynn1211