0.0.0 • Published 8 years ago

lamprey v0.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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