> With the Lambda server-less paradigm, you end up with 1 lambda function per route
I’m not sure why this is the case. You could host all modules in the same lambda endpoint /api/v1/* Using the same technology you would use with any other backend
I’m not sure why this is the case. You could host all modules in the same lambda endpoint /api/v1/* Using the same technology you would use with any other backend
Article's comments don't seem well researched. Just used tech. Ran into road block. Blogged. Complained.
But I find it's the dependencies and common code that takes most of the space which often is common with all functions.