What is Serverless?

Let’s make core concepts clear first.

"Serverless computing = FaaS + BaaS." [1]

  • Cloud functions — packaged as FaaS (Function as a Service) offerings — represent the core of serverless computing
  • Cloud platforms also provide specialized serverless frameworks that cater to specific app requirements as BaaS (Backend as a Service) offerings

  1. Cloud Programming Simplified: A Berkeley View on Serverless Computing. Feb 10, 2019. ↩︎