Optional
eventAn optional JMESPath expression to extract the idempotency key from the event record
Optional
expiresThe number of seconds to wait before a record is expired, defaults to 3600
(1 hour)
Optional
hashFunction to use for calculating hashes, defaults to md5
Optional
jmesCustom JMESPath functions to use when parsing the JMESPath expressions
Optional
lambdaAWS Lambda Context object containing information about the current invocation, function, and execution environment
Optional
maxNumber of records to keep in the local cache, defaults to 256
Optional
payloadAn optional JMESPath expression to extract the payload to be validated from the event record
Optional
responseA hook that runs when an idempotent request is made
Optional
throwThrow an error if no idempotency key was found in the request, defaults to false
Optional
useWheter to locally cache idempotency results, defaults to false
Idempotency configuration options