dbartholomae / lambda-middleware

A collection of middleware for AWS lambda functions.
https://dbartholomae.github.io/lambda-middleware/
MIT License
151 stars 18 forks source link

add no-sniff middleware #28

Closed dbartholomae closed 4 years ago

dbartholomae commented 4 years ago

Solves part of #4

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        16    +2     
  Lines          188       207   +19     
  Branches        46        47    +1     
=========================================
+ Hits           188       207   +19     
Impacted Files Coverage Δ
packages/no-sniff/src/JsonSerializer.ts 100.00% <100.00%> (ø)
packages/no-sniff/src/noSniff.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 7e8259d...03fc8cc. Read the comment docs.