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

events: add Secrets Manager rotation event (#291) #530

Closed gnusey closed 7 months ago

gnusey commented 8 months ago

resolves #291

Issue #, if available:

Description of changes:

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 8 months ago

Codecov Report

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

Comparison is base (110afe9) 72.63% compared to head (7547e53) 72.63%.

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

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

bmoffatt commented 7 months ago

LGTM, thanks!