Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T04:31:04.000Z (about 4 years ago)
- Last Synced: 2024-12-09T16:55:54.543Z (30 days ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-lambda-custom-node-runtime [![NPM version](https://badge.fury.io/js/aws-lambda-custom-node-runtime.svg)](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
```