Skip to content

Commit

Permalink
FIX Bug at Cloudwatch Event Log
Browse files Browse the repository at this point in the history
  • Loading branch information
lhgomes committed Nov 8, 2020
1 parent cc85dd1 commit 2db2789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phhelper/aws_lambda_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __setup_log(context):
function_arn=context.invoked_function_arn,
aws_request_id=context.aws_request_id)

def __setup_events_log(context):
def __setup_events_log(event,context):
aws_lambda_logging.setup(level=log_level, boto_level=boto_level,
function_arn=context.invoked_function_arn,
aws_request_id=context.aws_request_id,
Expand Down

0 comments on commit 2db2789

Please sign in to comment.