0.3.0 • Published 2 years ago
create-node-lambda v0.3.0
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.