jeremydaly / lambda-api

Lightweight web framework for your serverless applications
https://serverless-api.com
MIT License
1.41k stars 125 forks source link

Is the project maintained #211

Closed napter closed 1 year ago

napter commented 1 year ago

Hi,

First of all thank you Jeremy for this project and dynamodb toolbox. Both are incredibly useful tools. I was wondering if this project is still maintained.

What other routing packages / middleware are people using?

cshenrik commented 1 year ago

I really enjoy using lambda-api (thank you for the awesome work, @jeremydaly!), but like the OP, I’m worried that it is no longer maintained.

I would also like to know if there are alternatives with a larger community. I have on my TODO to give Middy’s http router a spin.

naorpeled commented 1 year ago

Hey @napter, thanks for creating this issue, you're awesome 😎

I'll be starting to maintain this project today. Will start by going over the pull requests and see what can be merged and then start to resolve issues that don't have PRs attached to them.

dolsem commented 1 year ago

@napter @cshenrik I created a fork for single route functions, aiming to simplify internal logic, fix issues and add better TypeScript support. It's fully tested and published to npm, I'd love feedback on it! https://github.com/dolsem/simple-lambda-api

napter commented 1 year ago

@dolsem it's not for my use case, routing is the primary reason I use Lambda-API