lamock

0.1.6 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i lamock

Weekly Downloads

0

Version

0.1.6

License

ISC

Unpacked Size

2.58 kB

Total Files

4

Last publish

Collaborators

  • tylersnyder