lambda-wrapper
lambda-wrapper copied to clipboard
Wrapper for running lambda modules locally during development
Hey, Just to let you know I've been in talks with @dherault about serverless-offline and there seems to be potential to integrate lambda-wrapper and a wrapper for online invokation under...
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...
This repo is becoming a central dependency for us. I was wondering if you would accept a pr integrating [js-gardener](https://github.com/simlu/js-gardener)? I would do all the leg-work, but you would still...
Hi, What do you think about adding a silent option to `run()`? I'm using `lambda-wrapper` via `serverless-jest-plugin`, and I would like to see only jest output, and node the lambda...
Just wanted to drop in to say thank you! We've been using my fork since 2016 and just checked back here for the first time in a while - great...
``` functions: getTrigger: handler: src/endpoints/triggers/getTrigger/index.handler environment: TABLE_NAME: some-table