Closed duncanista closed 3 years ago
Merging #52 (4a17153) into master (083f1ca) will increase coverage by
0.44%
. The diff coverage is95.83%
.
@@ Coverage Diff @@
## master #52 +/- ##
==========================================
+ Coverage 89.95% 90.39% +0.44%
==========================================
Files 7 7
Lines 458 479 +21
Branches 100 108 +8
==========================================
+ Hits 412 433 +21
Misses 22 22
Partials 24 24
Impacted Files | Coverage Δ | |
---|---|---|
serverless/src/env.ts | 93.58% <95.65%> (+2.36%) |
:arrow_up: |
serverless/src/layer.ts | 96.42% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 083f1ca...4a17153. Read the comment docs.
What does this PR do?
Add support for AWS Secrets Manager for rotating API keys.
Motivation
Refer to SLS-1651.
Testing Guidelines
Additional Notes
N/A
Types of changes
Check all that apply