Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```