1.2.0 • Published 4 years ago

typescript-api-headers-middleware v1.2.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 years ago

Stream API Gateway Middleware pipeline status coverage report

This project provides a middleware for the routing-controllers project which will parse the gateway headers that are passed by the API gateway.

Setting up the project for development

To set up the project for development, pull down the repository and run npm i to install the required packages. You can then

  • Run tests using npm t
  • Lint the code using npm run lint
  • Generate code coverage using npm run cover