DataDog / datadog-cloudformation-macro

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

Tag Lambda functions with macro version #10

Closed Czechh closed 4 years ago

Czechh commented 4 years ago

What does this PR do?

With this change we tag the lambda functions built with the macro with the version used. This will allow us to get some usage tracking and help debug issues.

Motivation

This change is part of the telemetry/usage OKR

Testing Guidelines

Additional Notes

Types of changes

Check all that apply

codecov-commenter commented 4 years ago

Codecov Report

Merging #10 into master will increase coverage by 0.33%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   87.31%   87.64%   +0.33%     
==========================================
  Files           7        7              
  Lines         331      340       +9     
  Branches       77       79       +2     
==========================================
+ Hits          289      298       +9     
  Misses         21       21              
  Partials       21       21              
Impacted Files Coverage Δ
serverless/src/index.ts 90.19% <100.00%> (+0.40%) :arrow_up:
serverless/src/tags.ts 100.00% <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 7d74ad8...15dca93. Read the comment docs.