There was an error while loading. Please reload this page.
1 parent 9df12c7 commit e02a046Copy full SHA for e02a046
package.json
@@ -1,13 +1,13 @@
1
{
2
- "name": "serverless-authorizer",
+ "name": "serverless-custom-authorizer",
3
"version": "1.0.0",
4
- "description": "Example of a service that uses API Gateway custom authorizer feature to authorize your endpoints.",
+ "description": "Example of a serverless service that uses API Gateway custom authorizer to authorize your endpoints, and can custom deny message.",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"author": "",
10
- "license": "ISC",
+ "license": "MIT",
11
"devDependencies": {
12
"serverless-offline": "^3.25.8"
13
}
0 commit comments