Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Explain how to find IdempotencyValidationError #4197

Open
1 task done
rubenfonseca opened this issue Apr 24, 2024 · 0 comments
Open
1 task done

Docs: Explain how to find IdempotencyValidationError #4197

rubenfonseca opened this issue Apr 24, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@rubenfonseca
Copy link
Contributor

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.
@rubenfonseca rubenfonseca added documentation Improvements or additions to documentation triage Pending triage from maintainers and removed triage Pending triage from maintainers labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Backlog
Development

No branches or pull requests

1 participant