@etrainu/api-header-middleware
v1.2.0
Published
Validates the API header passed to all requests against the value stored in SSM.
Readme
#etrainu-api-header-middleware
Validates the API header passed to all requests against the value stored in SSM.
Run these:
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"then npm publish
