What is Serverless? (Simple Explanation)


Serverless does NOT mean there are no servers.
It means you don't manage the servers.


You don’t create EC2 instances.
You don’t patch, maintain, or scale servers.
The cloud provider (AWS) handles all of that for you.


You only upload your code, and AWS runs it when needed.

So instead of managing...