0.1.6 • Published 7 years ago

lamock v0.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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.

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago