ELI5: serverless computing
// explanation
What is serverless computing?
Serverless computing is like having a magical restaurant where you only pay for the food you eat, not for renting the kitchen [1][3]. You don't have to worry about owning or managing the stove, oven, or any equipmentโsomeone else handles all that for you [3].
Why does it work this way?
Instead of renting an entire server (like renting a whole kitchen) that sits there waiting, serverless lets you pay only when your code actually runs [1][4]. The cloud company manages all the computers and equipment behind the scenes [5].
What's the main benefit?
Developers can focus on writing their application without spending time thinking about maintaining servers or computers [3]. It's like being able to cook without worrying about how the stove works or cleaning it afterward [5].
How do you use it?
You just upload your code to the cloud, and it automatically runs whenever someone needs it [5]. The cloud provider handles making sure it has enough power and resources to work [1][2].
// sources
Serverless computing is a method of providing backend services on an as-used basis. Servers are still used, but a company that gets backend services from aย ...
Serverless computing is "a cloud service category where the customer can use different cloud capability types without the customer having to provision, deployย ...
Serverless computing allows you to build and run applications and services without thinking about servers. Serverless applications don't require you toย ...
Serverless computing is a cloud computing execution model that allocates machine resources on an as-used basis. Under a serverless model, developers canย ...
In serverless architecture, developers deploy backend code in the cloud infrastructure provided by the cloud providers. The key to serverless applications isย ...
Video by IBM Technology

Video by Coding with Lewis

Video by Fireship
