Package software.amazon.lambda.powertools.idempotency.persistence
package software.amazon.lambda.powertools.idempotency.persistence
-
ClassDescriptionPersistence layer that will store the idempotency result.Data Class for idempotency records.Status of the record: INPROGRESS: record initialized when function starts COMPLETED: record updated with the result of the function when it ends EXPIRED: record expired, idempotency will not happenPersistence layer that will store the idempotency result.