| Package | Description |
|---|---|
| software.amazon.lambda.powertools.idempotency.persistence |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamoDBPersistenceStore.putRecord(DataRecord record,
java.time.Instant now)
Store's the given idempotency record in the DDB store.
|
void |
PersistenceStore.putRecord(DataRecord record,
java.time.Instant now)
Add a DataRecord to persistence store if it does not already exist with that key
|
void |
BasePersistenceStore.saveInProgress(com.fasterxml.jackson.databind.JsonNode data,
java.time.Instant now,
java.util.OptionalInt remainingTimeInMs)
Save record of function's execution being in progress
|
Copyright © 2023. All rights reserved.