-
Notifications
You must be signed in to change notification settings - Fork 90
Idempotency utility support similar to python version #515
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
Comments
@jeromevdl Is working on this now. |
Is there an ETA for this? We prepared a similar implementation to make our functions idempotent and we're planning to apply on a bunch of our systems. But we'd rather adopt the one coming from power-tools than our homemade version; they look pretty similar. Also would it be possible to emit some metrics around number of requests de-duped, various error counts etc.? |
@jeromevdl has started looking into it.
This can be an interesting thing to support. @heitorlessa What do you think? Has it been discussed for python one? |
This is now released under v1.11.0 version! |
Is your feature request related to a problem? Please describe.
Idempotency utility support similar to python version https://awslabs.github.io/aws-lambda-powertools-python/latest/utilities/idempotency/
Describe the solution you'd like
Idempotency utility support similar to python version https://awslabs.github.io/aws-lambda-powertools-python/latest/utilities/idempotency/
Describe alternatives you've considered
Implementing idempotency ourselves
Additional context
The text was updated successfully, but these errors were encountered: