Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Parser comes with the following built-in Zod envelopes:
| **LambdaFunctionUrlEnvelope** | 1. Parses data using `LambdaFunctionUrlSchema`. <br/> 2. Parses `body` key using your schema and returns it. |
| **SnsEnvelope** | 1. Parses data using `SnsSchema`. <br/> 2. Parses records in `body` key using your schema and return them in a list. |
| **SnsSqsEnvelope** | 1. Parses data using `SqsSchema`. <br/> 2. Parses SNS records in `body` key using `SnsNotificationSchema`. <br/> 3. Parses data in `Message` key using your schema and return them in a list. |
| **SnsEnvelope** | 1. Parses data using `SqsSchema`. <br/> 2. Parses records in `body` key using your schema and return them in a list. |
| **SqsEnvelope** | 1. Parses data using `SqsSchema`. <br/> 2. Parses records in `body` key using your schema and return them in a list. |
| **VpcLatticeEnvelope** | 1. Parses data using `VpcLatticeSchema`. <br/> 2. Parses `value` key using your schema and returns it. |
| **VpcLatticeV2Envelope** | 1. Parses data using `VpcLatticeSchema`. <br/> 2. Parses `value` key using your schema and returns it. |

Expand Down
Loading