2.1.6 • Published 2 years ago

@samwen/lambda-helper v2.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

help functions for aws lambda

An effort to enable single lambda handles functionally the same requests from different sources: console test, sns, sqs, api gateway and api invoke. It also addresses AWS lambda EMFILE issue.

The packages collects code and ideas from lambda-emfiles and aws-event. It includes few improvements and replaces both packages.

how to use

install

npm install @samwen/lambda-helper

example