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

Feature/add frameguard middleware #58

Closed gcichosz closed 2 years ago

gcichosz commented 2 years ago

Closes frameguard task from #7

Checklist:

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (45548e2) into main (ad4c936) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 45548e2 differs from pull request most recent head 0284fc6. Consider uploading reports for the commit 0284fc6 to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##              main       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           54        56    +2     
  Lines          520       530   +10     
  Branches       102       103    +1     
=========================================
+ Hits           520       530   +10     
Impacted Files Coverage Δ
packages/frameguard/src/frameguard.ts 100.00% <100.00%> (ø)
packages/frameguard/src/logger.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 ad4c936...0284fc6. Read the comment docs.