View on GitHub

Code Fellows reading notes

A repository for organizing notes from my learning.

Serverless Functions

Source: IBM Cloud Learn

What is Serverless?

Serverless is a cloud computing model. It allows for automatic provisioning of computing resources and scaling of those resources based on demand.

Serverless computing offloads backend infrastructure to a cloud provider, allowing developers to focus on code instead of resource management.

There are still servers in “serverless” computing, but the customer doesn’t have to worry about them at all. Combined with microservices and containers, serverless forms what is called cloud-native application development.

Pros and Cons

Pros:

Cons: