Skip to content

tylersnyder/lamock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lamock

Serve node.js Lambda functions on localhost

Getting Started

  1. Install lamock
npm install lamock --save-dev
  1. Serve your function handler
const serve = require("lamock");
const { handler } = require("./my-lambda-function");

serve(handler);

Lamock will serve your handler from localhost:3000, and mock the AWS Lambda event, context and callback.

About

Serve node.js Lambda functions on localhost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published