You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/parser.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ Parser comes with the following built-in Zod envelopes:
233
233
|**LambdaFunctionUrlEnvelope**| 1. Parses data using `LambdaFunctionUrlSchema`. <br/> 2. Parses `body` key using your schema and returns it. |
234
234
|**SnsEnvelope**| 1. Parses data using `SnsSchema`. <br/> 2. Parses records in `body` key using your schema and return them in a list. |
235
235
|**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. |
236
-
|**SnsEnvelope**| 1. Parses data using `SqsSchema`. <br/> 2. Parses records in `body` key using your schema and return them in a list. |
236
+
|**SqsEnvelope**| 1. Parses data using `SqsSchema`. <br/> 2. Parses records in `body` key using your schema and return them in a list. |
237
237
|**VpcLatticeEnvelope**| 1. Parses data using `VpcLatticeSchema`. <br/> 2. Parses `value` key using your schema and returns it. |
238
238
|**VpcLatticeV2Envelope**| 1. Parses data using `VpcLatticeSchema`. <br/> 2. Parses `value` key using your schema and returns it. |
0 commit comments