-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[s3-sqs] Log a Lambda event summary on exception (#860)
ESF summarizes the lambda event and adds the summary as extra information to the exception log message if there is an exception when processing a lambda event from the `s3-sqs` input, The summary contains the essential elements for the lambda event. The `s3-sqs` input includes the bucket ARN and the object key. The summary limits the number of records to `max_records`. ESF currently supports lambda event summary for `s3-sqs` only. We want to hear users' feedback before making additional changes or extending the summary to other input types.
- Loading branch information
Showing
2 changed files
with
180 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters