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.

Usage no npm install needed!

<script type="module">
  import awsLambdaCustomNodeRuntime from 'https://cdn.skypack.dev/aws-lambda-custom-node-runtime';
</script>

README

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