Skip to content

Commit

Permalink
Reformat using black
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Oct 17, 2022
1 parent ee84d0e commit f85d555
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,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 f85d555

Please sign in to comment.