Skip to content

Commit 72b127d

Browse files
authored
Export SqsS3EventNotificationModel
Signed-off-by: Alan Ip <theipster@users.noreply.github.com>
1 parent 502ce6d commit 72b127d

File tree

1 file changed

+2
-0
lines changed
  • aws_lambda_powertools/utilities/parser/models

1 file changed

+2
-0
lines changed

aws_lambda_powertools/utilities/parser/models/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
)
4545
from .lambda_function_url import LambdaFunctionUrlModel
4646
from .s3 import S3Model, S3RecordModel
47+
from .s3_event_notification import SqsS3EventNotificationModel
4748
from .s3_object_event import (
4849
S3ObjectConfiguration,
4950
S3ObjectContext,
@@ -97,6 +98,7 @@
9798
"LambdaFunctionUrlModel",
9899
"S3Model",
99100
"S3RecordModel",
101+
"SqsS3EventNotificationModel",
100102
"S3ObjectLambdaEvent",
101103
"S3ObjectUserIdentity",
102104
"S3ObjectSessionContext",

0 commit comments

Comments
 (0)