Closed

Description
What were you initially searching for in the docs?
I was trying to understand how to implement the input model parser with validations.
Is this related to an existing part of the documentation? Please share a link
https://awslabs.github.io/aws-lambda-powertools-python/latest/utilities/parser/#validating-entire-model
Describe how we could make it clearer
The example provided uses the @root_validator
decorator, but the import
statement is only importing validator
(which is unused).
If you have a proposed update, please share it here
In the import
statement, please replace validator
with root_validator
.