java.lang.Object
software.amazon.lambda.powertools.idempotency.persistence.BasePersistenceStore
software.amazon.lambda.powertools.idempotency.persistence.dynamodb.DynamoDBPersistenceStore
All Implemented Interfaces:
PersistenceStore

public class DynamoDBPersistenceStore extends BasePersistenceStore implements PersistenceStore
DynamoDB version of the PersistenceStore. Will store idempotency data in DynamoDB.
Use the DynamoDBPersistenceStore.Builder to create a new instance.