Writing

· 1 min read · Note

Serverless is not free — it’s a different kind of cost

Everyone sells serverless as ‘pay only for what you use’. But nobody talks about the cognitive overhead: cold starts, DLQ monitoring, distributed tracing across 10 Lambdas, and the fact that debugging is a completely different discipline. The cost moved from infra bills to engineering hours.

Writing

Serverless is not free — it’s a different kind of cost — Sagar Panwar