Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 569 Bytes

aws-lambda-custom-node-runtime NPM version

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.

Install

npm install -g aws-lambda-custom-node-runtime

Usage

aws-lambda-custom-node-runtime <node_version>

Commands:

  • node_version (Node.js version to use (ex. 11.3.0))

Example command:

aws-lambda-custom-node-runtime 11.3.0