Skip to content

Commit

Permalink
Remove lambda client
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous-navteca committed Dec 26, 2023
1 parent a47fe6d commit e216f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdc_aws_utils/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def log_to_timestream(
raise e

# Invoke Reprocessing Lambda
def invoke_reprocessing_lambda(lambda_client: type, bucket: str, key: str, environment: str) -> None:
def invoke_reprocessing_lambda(bucket: str, key: str, environment: str) -> None:
"""
Invoke the Reprocessing Lambda.
:param lambda_client: The AWS Lambda client
Expand Down

0 comments on commit e216f8c

Please sign in to comment.