0.3.0 • Published 2 years ago

create-node-lambda v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Create Node Lambda

Create Node.js Lambda functions that you can run and test with ease on your local environment.

Quick Overview

npx create-node-lambda my-lambda
cd my-lambda

Then either run a local Lambda event:

npm run event

Or run your Lambda on a local server:

npm run server

The template's README provides additional usage details.

See issues for enhancements, bugs, etc.

0.3.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago