DataDog / datadog-cloudformation-macro

CloudFormation Macros by Datadog
Apache License 2.0
14 stars 22 forks source link

Add support for Secrets Manager #52

Closed duncanista closed 3 years ago

duncanista commented 3 years ago

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

codecov-commenter commented 3 years ago

Codecov Report

Merging #52 (4a17153) into master (083f1ca) will increase coverage by 0.44%. The diff coverage is 95.83%.

Impacted file tree graph

@@            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.