DEV Community

Discussion on: πŸ”₯ Serverless boilerplate with TypeScript and Express [Open Source] πŸš€

 
ixartz profile image
Remi W.

I have already answered in my previous comments with details. I have already shared three examples where one endpoint per route isn't the best solution.

If these drawbacks doesn't applied to you, it's a good news and the pattern you have followed is the best solution for you.

But, it doesn't mean we all need to follow the same pattern. There isn't only one way to do it.

I really don't know what I can add more.

Thread Thread
 
jlgouwy profile image
Gouwy Jean-louis

Ok I didn’t catch your resources limit argument ! Sorry. :-)

And I think what Rob said, he is agree with you but we should not use this pattern when the latency is important for the UX, meaning we need to keep a low coldstart, to be able to respond as quickly as possible :-)