Introduction to Serverless

201-Your reminder to trust the process!

Introduction to Serverless


What is Serverless

Serverless is a cloud computing execution model where the cloud provider dynamically manages the allocation and provisioning of servers.

Note: A serverless application runs in stateless compute  
containers that are event-triggered, ephemeral(may last for noe invocation), and fully managed by the cloud provider. 

Cloud providers

Below are a list of the cloud providers who have invested heavily in serverless:

1. IBM OpenWhisk
2. AWS Lambda
3. Azure Functions
4. Google Cloud Functions
5. Auth0 Webtask  
6. Oracle Fn Project
7. Kubeless
8. etc