Skip to content

Commit 5f64ccb

Browse files
committed
feat: Add function to decode nested messages on SQS events
1 parent 2810da1 commit 5f64ccb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws_lambda_powertools/utilities/data_classes/event_source.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
def event_source(
1010
handler: Callable[[Any, LambdaContext], Any],
1111
event: Dict[str, Any],
12-
# optional property: original_event_source ??? (what if s3 -> sns -> sqs? should this be recursive?)
1312
context: LambdaContext,
1413
data_class: Type[DictWrapper],
1514
):

0 commit comments

Comments
 (0)