DEV Community

Discussion on: What's the WORST thing about serverless?

Collapse
 
tayloryork profile image
Taylor York

Code Complexity.
Handler code and infrastructure code are all over the place in most code bases. It can be extremely difficult to walk through how an event goes through all of the services.

A single app with some in memory queues and rest handler would is far simpler to read.