0.1.6 • Published 6 years ago

lamock v0.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
6 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

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago