aws / aws-lambda-go

Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Apache License 2.0
3.62k stars 550 forks source link

Add S3ObjectLambdaEvent #536

Closed kdnakt closed 9 months ago

kdnakt commented 9 months ago

Issue #, if available:

525

Description of changes:

I used JSON files for testing, similar to the repository below. https://github.com/awslabs/aws-lambda-rust-runtime/tree/main/lambda-events/src/fixtures

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (50dbfb1) 72.93% compared to head (8005661) 72.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #536 +/- ## ======================================= Coverage 72.93% 72.93% ======================================= Files 26 26 Lines 1456 1456 ======================================= Hits 1062 1062 Misses 322 322 Partials 72 72 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.