aws / aws-lambda-go

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

feat(events): add VPC Lattice request/response types #521

Open nmoutschen opened 9 months ago

nmoutschen commented 9 months ago

Issue #, if available: fixes #520

Description of changes:

Add events for VPC Lattice requests and response, based on https://docs.aws.amazon.com/vpc-lattice/latest/ug/lambda-functions.html and tests against a running Lambda function.

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (1dca084) 72.90% compared to head (f3eddf5) 72.63%. Report is 1 commits behind head on main.

:exclamation: Current head f3eddf5 differs from pull request most recent head 1848e40. Consider uploading reports for the commit 1848e40 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #521 +/- ## ========================================== - Coverage 72.90% 72.63% -0.27% ========================================== Files 26 26 Lines 1421 1407 -14 ========================================== - Hits 1036 1022 -14 Misses 314 314 Partials 71 71 ```

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