@eyevinn/dev-lambda

0.1.2 • Public • Published

License: MIT Slack

Helper classes when developing AWS Lambda functions

Local ELB triggered Lambda

Uses Fastify to setup a local endpoint to emulate ELB triggered events.

const { LambdaELB } = require("@eyevinn/dev-lambda");

const handler = async (event) => {
  console.log(event);
  return { statusCode: 204 };
}

(new LambdaELB({ handler })).run();

About Eyevinn Technology

Eyevinn Technology is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor.

At Eyevinn, every software developer consultant has a dedicated budget reserved for open source development and contribution to the open source community. This give us room for innovation, team building and personal competence development. And also gives us as a company a way to contribute back to the open source community.

Want to know more about Eyevinn and how it is to work here. Contact us at work@eyevinn.se!

Readme

Keywords

none

Package Sidebar

Install

npm i @eyevinn/dev-lambda

Weekly Downloads

26

Version

0.1.2

License

MIT

Unpacked Size

11.7 kB

Total Files

14

Last publish

Collaborators

  • martinstark
  • jobi
  • bwallberg