Uses of Package
software.amazon.lambda.powertools.idempotency.exceptions
Packages that use software.amazon.lambda.powertools.idempotency.exceptions
-
Classes in software.amazon.lambda.powertools.idempotency.exceptions used by software.amazon.lambda.powertools.idempotency.persistenceClassDescriptionException thrown when trying to store an item which already exists.Exception thrown when the item was not found in the persistence store.Exception thrown only when using
IdempotencyConfig.getPayloadValidationJMESPath()is configured and the payload changed between two calls (but with the same idempotency key).