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
Copy file name to clipboardExpand all lines: docs/utilities/parser.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Use the decorator for fail fast scenarios where you want your Lambda function to
63
63
???+ note
64
64
**This decorator will replace the `event` object with the parsed model if successful**. This means you might be careful when nesting other decorators that expect `event` to be a `dict`.
65
65
66
-
```python hl_lines="18" title="Parsing and validating upon invocation with event_parser decorator"
66
+
```python hl_lines="19" title="Parsing and validating upon invocation with event_parser decorator"
67
67
from aws_lambda_powertools.utilities.parser import event_parser, BaseModel
68
68
from aws_lambda_powertools.utilities.typing import LambdaContext
0 commit comments