0.3.0 • Published 3 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-lambdaThen either run a local Lambda event:
npm run eventOr run your Lambda on a local server:
npm run serverThe template's README provides additional usage details.
See issues for enhancements, bugs, etc.