Skip to content

jljorgenson18/lambda-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambdaQueueUtils

This is a set of utils to help handle events in lambda functions

Installation:

npm install @buyerneeds/lambda-utils --save

Usage:

Kinesis

const {KinesisHandler} = require('@buyerneeds/lambda-utils');

const eventHandlers = {
  someType: (record) => {
    console.log('Handling the record!');
  }
};


exports.handler = KinesisHandler.getHandler(eventHandlers);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published