File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
aws_lambda_powertools/utilities/parser/models Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ class SqsRecordModel(BaseModel):
113
113
examples = [
114
114
"AQEBwJnKyrHigUMZj6rYigCgxlaS3SLy0a..." ,
115
115
"AQEBzWwaftRI0KuVm4tP+/7q1rGgNqicHq..." ,
116
- "AQEBl1pqxv+ZHkarVAWZUyWgj2mmqJGLBTo6YFOi/bw1QpBTpJBGJPLOTZrjKztKIbAB8EXkG7zHlbkn+Ze/AHMKKuhST9azHu8LyF4Ffu9uPkZc5xzggXlfFBWH3TUKyV+F5Obaj3esyX8YfM/zfgjbRuu5nc2tfPhvaSYEaTZsdMpzIB5tyKvHxAltLxK7upRHeoT768M9UrFYswarFTBn8piDbnsPsUhi8Q9G4Q4xSI0fLQANmryBsRJIzGQTVxenDad+MJ7XEL+hD3p2DmW+ycvv6WD7bdedqQuroQG8+ca1Dz7s3CBbXw9ZZnUziPa7LH1j1Lky5bAxpNF+BlurRS9pFBnomhwpylrGxtGfaEmUW1G7jnrG97sZNOLOFUykbQgroZPXmjzMBdvtgq9ZmQfCch3LOXN267+PKc56VR4=" ,
117
116
],
118
117
)
119
118
body : Union [str , Type [BaseModel ], BaseModel ] = Field (
@@ -170,7 +169,5 @@ class SqsRecordModel(BaseModel):
170
169
class SqsModel (BaseModel ):
171
170
Records : Sequence [SqsRecordModel ] = Field (
172
171
description = "A list of SQS message records included in the event." ,
173
- examples = [
174
- [{"messageId" : "059f36b4-87a3-44ab-83d2-661975830a7d" , "body" : "Test message." }]
175
- ],
172
+ examples = [[{"messageId" : "059f36b4-87a3-44ab-83d2-661975830a7d" , "body" : "Test message." }]],
176
173
)
You can’t perform that action at this time.
0 commit comments