File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
aws_lambda_powertools/utilities/parser Expand file tree Collapse file tree 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+
18from __future__ import annotations
29
310import 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 6363 # - Casual to regular contributor: contributing/tracks/casual_regular_contributor.md
6464 # - Customer to advocate: contributing/tracks/customer_advocate.md
6565 - API Documentation :
66+ - Parser : api_doc/parser.md
6667 - Streaming : api_doc/streaming.md
6768 - Typing : api_doc/typing.md
6869 - Validation : api_doc/validation.md
You can’t perform that action at this time.
0 commit comments