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 4d30136 commit 502ce6dCopy full SHA for 502ce6d
aws_lambda_powertools/utilities/parser/models/s3_event_notification.py
@@ -0,0 +1,7 @@
1
+from pydantic import Json
2
+
3
+from aws_lambda_powertools.utilities.parser.models.s3 import S3Model
4
+from aws_lambda_powertools.utilities.parser.models.sqs import SqsRecordModel
5
6
+class SqsS3EventNotificationModel(SqsRecordModel):
7
+ body: Json[S3Model]
0 commit comments