You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe how we could make it clearer
The example provided imports the ValidationError, but that error is unused in the example. The ValidationError is only used in the parse function example.
If you have a proposed update, please share it here
Remove the unused ValidationError from the import statement in the event_parser decorator example
The text was updated successfully, but these errors were encountered:
What were you initially searching for in the docs?
I was trying to understand how to implement
@event_parser
decorator.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/#event_parser-decorator
Describe how we could make it clearer
The example provided imports the
ValidationError
, but that error is unused in the example. TheValidationError
is only used in theparse function
example.If you have a proposed update, please share it here
Remove the unused
ValidationError
from theimport
statement in theevent_parser decorator
exampleThe text was updated successfully, but these errors were encountered: