-
Notifications
You must be signed in to change notification settings - Fork 153
docs(idempotency): bring your own persistent store #1681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just a small change for the CDK example.
Kudos, SonarCloud Quality Gate passed!
|
Comments addressed, merging so I can unblock another PR and avoid merge conflicts on |
Description of your changes
This PR introduces a new section to the docs that discusses how to build your own Persistence Layer for the Idempotency utility.
The section follows closely the structure of the same section found in the Python docs but instead it shows how to implement the alternative persistence layer with a generic key-value store.
The PR also:
Related issues, RFCs
Issue number: #1484
Checklist
Breaking change checklist
Is it a breaking change?: NO
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.