https://github.com/rrainn/aws-lambda-custom-node-runtime
📦 NPM Package - Create a custom Node.js AWS Lambda Runtime
https://github.com/rrainn/aws-lambda-custom-node-runtime
Last synced: 6 days ago
JSON representation
📦 NPM Package - Create a custom Node.js AWS Lambda Runtime
- Host: GitHub
- URL: https://github.com/rrainn/aws-lambda-custom-node-runtime
- Owner: rrainn
- License: mit
- Created: 2018-11-30T18:06:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T04:31:04.000Z (over 4 years ago)
- Last Synced: 2025-06-26T02:45:23.042Z (6 days ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-lambda-custom-node-runtime [](http://badge.fury.io/js/aws-lambda-custom-node-runtime)
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
```**Commands:**
- `node_version` (Node.js version to use (ex. 11.3.0))
**Example command:**
```
aws-lambda-custom-node-runtime 11.3.0
```