File tree 3 files changed +10
-0
lines changed
aws_lambda_powertools/utilities/parser
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ The Parser utility simplifies data parsing and validation using Pydantic. It allows you to define data models
3
+ in pure Python classes, parse and validate incoming events, and extract only the data you need.
4
+ !!! abstract "Usage Documentation"
5
+ [`Parser`](../utilities/parser.md)
6
+ """
7
+
1
8
from __future__ import annotations
2
9
3
10
import logging
Original file line number Diff line number Diff line change
1
+ <!-- markdownlint-disable MD043 MD041 -->
2
+ ::: aws_lambda_powertools.utilities.parser.parser
Original file line number Diff line number Diff line change 63
63
# - Casual to regular contributor: contributing/tracks/casual_regular_contributor.md
64
64
# - Customer to advocate: contributing/tracks/customer_advocate.md
65
65
- API Documentation :
66
+ - Parser : api_doc/parser.md
66
67
- Streaming : api_doc/streaming.md
67
68
- Typing : api_doc/typing.md
68
69
- Validation : api_doc/validation.md
You can’t perform that action at this time.
0 commit comments