lamprey

AWS Lambda that proxies requests

Usage no npm install needed!

<script type="module">
  import lamprey from 'https://cdn.skypack.dev/lamprey';
</script>

README

node-lambda-template

node-lambda-template

The bare minimum for a node.js app running on Amazon Lambda.

It uses node-lambda under the hood to locally run and also deploy your node.js Amazon Lambda application.

./node_modules/.bin/node-lambda run

Usage

There are 3 available commands.

./node_modules/.bin/node-lambda setup
./node_modules/.bin/node-lambda run
./node_modules/.bin/node-lambda deploy

Install

git clone https://github.com/motdotla/node-lambda-template.git
cd node-lambda-template
npm install