Optional
dataThe attribute name for response data. Defaults to 'data'.
Optional
expiryThe attribute name for expiry timestamp. Defaults to 'expiration'.
Optional
inThe attribute name for in-progress expiry timestamp. Defaults to 'in_progress_expiration'.
Optional
keyThe DynamoDB table key attribute name. Defaults to 'id'.
Optional
sortThe DynamoDB table sort key attribute name, use only when table has one. Defaults to undefined.
Optional
staticThe DynamoDB table static partition key value, use only with sortKeyAttr. Defaults to idempotency#{LAMBDA_FUNCTION_NAME}
.
Optional
statusThe attribute name for status. Defaults to 'status'.
The DynamoDB table name.
Optional
validationThe attribute name for hashed representation of the parts of the event used for validation. Defaults to 'validation'.
Base interface for DynamoPersistenceOptions.
See
BasePersistenceAttributes for full list of properties.