Skip to content

Commit 5366e72

Browse files
Mkdocstrings - Parser module
1 parent fe7c443 commit 5366e72

File tree

1 file changed

+7
-0
lines changed
  • aws_lambda_powertools/utilities/parser

1 file changed

+7
-0
lines changed

aws_lambda_powertools/utilities/parser/parser.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
from __future__ import annotations
29

310
import logging

0 commit comments

Comments
 (0)