We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926ad91 commit 344cf62Copy full SHA for 344cf62
package.json
@@ -9,11 +9,27 @@
9
"bin": {
10
"aws-lambda-custom-node-runtime": "index.js"
11
},
12
- "keywords": [],
+ "keywords": [
13
+ "amazon",
14
+ "aws",
15
+ "lambda",
16
+ "serverless",
17
+ "node",
18
+ "runtime",
19
+ "custom",
20
+ "web",
21
+ "services"
22
+ ],
23
"author": "rrainn, Inc.",
24
"license": "MIT",
25
"dependencies": {
26
"axios": "^0.18.0",
27
"colors": "^1.3.2"
- }
28
+ },
29
+ "homepage": "https://github.com/rrainn/aws-lambda-custom-node-runtime",
30
+ "bugs": {
31
+ "url": "https://github.com/rrainn/aws-lambda-custom-node-runtime/issues",
32
+ "email": "[email protected]"
33
34
+ "repository": "github:rrainn/aws-lambda-custom-node-runtime"
35
}
0 commit comments