Feature request: Custom Config - Payload validation #1296
Labels
completed
This item is complete and has been merged/shipped
feature-request
This item refers to a feature request for an existing or new utility
idempotency
This item relates to the Idempotency Utility
Milestone
Use case
When making their functions idempotent, customers should be able to enable payload validation. This validation is performed any time a record is retrieved from the persistence layer and it compares the hash of the data passed during call and the record previously stored.
Payload validation supports JMESPath selectors and is enabled whenever
validationKeyJmesPath
is passed toIdempotencyConfig
during initialization.Solution/User Experience
References:
Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: