Skip to content

Commit

Permalink
Reformat using black
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Nov 6, 2022
1 parent 5409b23 commit 9cabede
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,12 @@ def _instrumented_lambda_handler_call(
)

try:
if lambda_event["Records"][0]["eventSource"] in {"aws:sqs",
"aws:s3",
"aws:sns",
"aws:dynamodb"}:
if lambda_event["Records"][0]["eventSource"] in {
"aws:sqs",
"aws:s3",
"aws:sns",
"aws:dynamodb",
}:
# See more:
# https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html
# https://docs.aws.amazon.com/lambda/latest/dg/with-sns.html
Expand Down

0 comments on commit 9cabede

Please sign in to comment.