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 ad2ba2c commit 70e7b1cCopy full SHA for 70e7b1c
aws_lambda_powertools/utilities/parser/models/s3_event_notification.py
@@ -4,9 +4,11 @@
4
5
from aws_lambda_powertools.utilities.parser.models.s3 import S3Model
6
from aws_lambda_powertools.utilities.parser.models.sqs import SqsRecordModel, SqsModel
7
-
+
8
9
class SqsS3EventNotificationRecordModel(SqsRecordModel):
- body: Json[S3Model]
10
+ body: Json[S3Model]
11
12
13
class SqsS3EventNotificationModel(SqsModel):
- Records: List[SqsS3EventNotificationRecordModel]
14
+ Records: List[SqsS3EventNotificationRecordModel]
0 commit comments