-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
What were you searching in the docs?
(from Discord)
When searching on how to validate an idempotency request, there's a note:
If we try to send the same request but with a different amount, we will raise IdempotencyValidationError.
However, it's not explained where the IdempotencyValidationError
comes from.
Is this related to an existing documentation section?
https://docs.powertools.aws.dev/lambda/python/latest/utilities/idempotency/#payload-validation
How can we improve?
The sentence could be expanded to show it comes from
from aws_lambda_powertools.utilities.idempotency.exceptions import IdempotencyValidationError
Or a simple example could be created
Got a suggestion in mind?
No response
Acknowledgment
- I understand the final update might be different from my proposed suggestion, or refused.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Shipped