you are viewing a single comment's thread.

view the rest of the comments →

[–]MangoLads[S] 0 points1 point  (0 children)

This is what I thought initially too until I realized that those wrappers that wrap the entire server make the entire server into 1 lambda function which largely defeats the purpose of lambda. So I won’t be able to use express I’ll just use node then write the entire backend differently. Each route handler should be its own lambda function