-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 883 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"author": {
"name": "Contributors",
"url": "https://github.com/kirkstrobeck/redirector/graphs/contributors"
},
"bugs": {
"url": "https://github.com/kirkstrobeck/redirector/issues"
},
"description": "Handle redirects with AWS API Gateway and Lambdas",
"devDependencies": {
"serverless": "^1.32.0"
},
"homepage": "https://github.com/kirkstrobeck/redirector",
"license": "Apache-2.0",
"name": "redirector",
"repository": {
"type": "git",
"url": "git+https://github.com/kirkstrobeck/redirector.git"
},
"scripts": {
"invoke-local": "LOCAL=true serverless invoke local --function redirect --path test/payload.json",
"invoke": "serverless invoke --function redirect --path test/payload.json",
"logs": "serverless logs --function redirect --path test/payload.json",
"deploy": "serverless deploy"
},
"version": "0.0.1"
}