Optional
awsThis property should never be passed.
Optional
clientOptional configuration to pass during client initialization, e.g. AWS region.
Optional
dataThe DynamoDB table data attribute name. Defaults to 'data'.
Optional
expiryThe DynamoDB table expiry attribute name. Defaults to 'expiration'.
Optional
inThe DynamoDB table in progress expiry attribute name. Defaults to 'in_progress_expiry_attr'.
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 DynamoDB table status attribute name. Defaults to 'status'.
The DynamoDB table name.
Optional
validationThe DynamoDB table validation key attribute name. Defaults to 'validation'.
Interface for DynamoDBPersistenceOptions with clientConfig property.