Skip to content

billycougz/create-node-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.