serverless-fix-apigw-int
Version:
Fix to remove header mapping in integration request with Authorization header validation
22 lines (21 loc) • 484 B
JSON
{
"name": "serverless-fix-apigw-int",
"version": "1.0.0",
"description": "Fix to remove header mapping in integration request with Authorization header validation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"API",
"gateway",
"Integration",
"request"
],
"author": "Vasudevan Palani",
"license": "ISC",
"dependencies": {
"class.extend": "^0.9.2",
"lodash": "^4.17.10"
}
}