|
|
|
|
|
by fabian2k
523 days ago
|
|
Simple monoliths are much easier to reason about and debug. And the costs are much easier to estimate. Serverless functions are quite interesting for certain use cases, but those are mostly additions to the main application. I'd hesitate to build a typical web application with mostly CRUD around serverless, it's just more complexity I don't need. But for handling jobs that are potentially resource intensive or that come in bursts something like Lambda would be a good fit. |
|