Package software.amazon.lambda.powertools.idempotency.persistence.dynamodb
package software.amazon.lambda.powertools.idempotency.persistence.dynamodb
-
ClassesClassDescriptionDynamoDB version of the
PersistenceStore.Use this builder to get an instance ofDynamoDBPersistenceStore.
With this builder you can configure the characteristics of the DynamoDB Table (name, key, sort key, and other field names).
You can also set a customDynamoDbClientfor further tuning.