numo-labs / aws-lambda-helper

:lollipop: Collection of helper methods for lambda
GNU General Public License v3.0
22 stars 2 forks source link

Improve SNS by sending and receiving trace headers #33

Closed tomgco closed 8 years ago

tomgco commented 8 years ago

Every message that is now sent using SNS by this module will forward tracing headers if they are present in the current's lambda's event .

codecov-io commented 8 years ago

Current coverage is 100%

Merging #33 into master will not change coverage

@@           master   #33   diff @@
===================================
  Files           1     1          
  Lines          85   102    +17   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits           85   102    +17   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last updated by 4224e1a...dd87c91

nelsonic commented 8 years ago

Looks good @tomgco 👍