Optional
eventKeyJmesPath?: stringAn optional JMESPath expression to extract the idempotency key from the event record
Optional
expiresAfterSeconds?: numberThe number of seconds to wait before a record is expired, defaults to 3600
(1 hour)
Optional
hashFunction?: stringFunction to use for calculating hashes, defaults to md5
Optional
jmesPathOptions?: FunctionsCustom JMESPath functions to use when parsing the JMESPath expressions
Optional
lambdaContext?: ContextAWS Lambda Context object containing information about the current invocation, function, and execution environment
Optional
maxLocalCacheSize?: numberNumber of records to keep in the local cache, defaults to 256
Optional
payloadValidationJmesPath?: stringAn optional JMESPath expression to extract the payload to be validated from the event record
Optional
responseHook?: ResponseHookA hook that runs when an idempotent request is made
Optional
throwOnNoIdempotencyKey?: booleanThrow an error if no idempotency key was found in the request, defaults to false
Optional
useLocalCache?: booleanWheter to locally cache idempotency results, defaults to false
Idempotency configuration options