Skip to content

Commit

Permalink
Set max_records to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoog committed Nov 29, 2024
1 parent 9f0dcb2 commit 088ba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/aws/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def wrapper(lambda_event: dict[str, Any], lambda_context: context_.Context) -> s
"exception raised",
exc_info=e,
extra={
"summary": summarize_lambda_event(lambda_event),
"summary": summarize_lambda_event(lambda_event, max_records=20),
},
)

Expand Down

0 comments on commit 088ba33

Please sign in to comment.