0.1.6 • Published 5 years ago

lamock v0.1.6

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

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago