Optional
awsOptional AWS SDK v3 client to pass during DynamoDB client instantiation
Optional
clientThis property should never be passed.
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 awsSdkV3Client property.