will Farrell
will Farrell
Please re-open if you plan to submit a PR for this.
@vicary this will be in v3. What happens is whatever is passed into `.handler()` replace the first arguments to `middy()` (likely nothing), then end the chaining. It means you can...
middy is just a light framework to order repeated operation before/after a handler execution. What is in those middlewares is completely up to you to fit your needs. All of...
Ooohhhh, this is a typescript questions. Sorry. I personally don't use typescript so I can't advise how to best use middy with typescript. I know you're not the first to...
v3 is only in early alpha, it wont release until after node v16 is supported in lambda (likely Apr). So lots of time to discuss any breaking changes, especially for...
@bilalq Thanks for the TS feedback. None of the core maintainers know TS, so all of our defs are community generated. If someone from the TS community would like to...
I look forward to reviewing the PR.
@codyfrisch Sorry to hear Middy TypeScript definitions are not meeting your needs. A PR to help improve them is welcome if you'd like to contribute back to the community. I've...
complete in v2 alpha
Rolled back, AWS SDK v3 is not ready for production use on Lambda. Reopened due to https://github.com/middyjs/middy/issues/585#issuecomment-753648972