We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7c443 commit 5366e72Copy full SHA for 5366e72
aws_lambda_powertools/utilities/parser/parser.py
@@ -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
+
8
from __future__ import annotations
9
10
import logging
0 commit comments