Skip to content

Commit 9d5acc1

Browse files
author
Ana Falcao
committed
changed parser documentation
1 parent baff051 commit 9d5acc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Utility
55

66
<!-- markdownlint-disable MD043 -->
77

8-
The Parser utility in Powertools for AWS Lambda simplifies data parsing and validation using [Pydantic](https://pydantic-docs.helpmanual.io/){target="\_blank" rel="nofollow"}. It allows you to define data models in pure Python classes, parse and validate incoming events, and extract only the data you need.
8+
The Parser utility in Powertools for AWS Lambda simplifies data parsing and validation using [Pydantic](https://pydantic-docs.helpmanual.io/){target="\_blank" rel="nofollow"}. Test It allows you to define data models in pure Python classes, parse and validate incoming events, and extract only the data you need.
99

1010
## Key features
1111

0 commit comments

Comments
 (0)