Should I use a single, monolithic Lambda function or multiple Lambda functions with API Gateway?
I’ve seen a lot of discussion in various forums on whether it’s better to use a single, monolithic Lambda function (with its own routing logic) or multiple…