DEV Community

Ezile Mdodana
Ezile Mdodana

Posted on

Day 11/30: Serverless does not mean there are no servers

The servers still exist.

They have simply become AWS’s problem—which may be the healthiest delegation decision you make this week.

AWS Lambda runs your code when triggered, without requiring you to manage the underlying servers.

It works well for APIs, automation, event processing and scheduled tasks.

But not every workload belongs in Lambda.

Serverless is an architecture choice, not seasoning that must be sprinkled onto every application.

Top comments (0)