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 b495f47 commit e0d006cCopy full SHA for e0d006c
README.md
@@ -0,0 +1,25 @@
1
+# aws-lambda-custom-node-runtime [](http://badge.fury.io/js/aws-lambda-custom-node-runtime)
2
+
3
+aws-lambda-custom-node-runtime is an easy to use CLI tool that lets you create a custom Node.js runtime for any Node.js version.
4
5
+## Install
6
7
+```
8
+npm install -g aws-lambda-custom-node-runtime
9
10
11
+## Usage
12
13
14
+aws-lambda-custom-node-runtime <node_version>
15
16
17
+**Commands:**
18
19
+- `node_version` (Node.js version to use (ex. 11.3.0))
20
21
+**Example command:**
22
23
24
+aws-lambda-custom-node-runtime 11.3.0
25
0 commit comments