Jeremy Daly
Jeremy Daly
Hi @edwardgale! I'll need to look at this to see if it's a library issue or a DDB one (likely the former). If it's the former, then it can be...
Thanks, will get this in the next release.
`SECURITY.md` added. Thanks!
Hi @ugurcemozturk! Lambda API let’s you take multiple approaches, e.g. single purpose functions, lambdalith with multiple routes, or a combination. This package gives you a familiar express-like interface with a...
Hey @raja-vcomply! Can you post some sample code?
Thanks for the report. The middleware execution handling was changed in v0.10 to support additional functionality. It should have been backwards compatible, but this looks like it slipped through.
v0.11 supports Payload V2 and should be available shortly.
This is something I've been thinking about for awhile. Thanks for the ticket.
Moved the additional API Gateway input support to a new issue #69.
Besides Lambda@Edge having a different input, it also has a different output depending on how it is invoked. Will need to do some more research on this. Any example use...