Serverless Computing
Serverless computing Technology helps you to build and run applications and services without thinking about servers. Serverless computing include as BaaS [Backend-as-a-Service] and FaaS [Function-as-a-Service].
Backend-as-a-Service (BaaS) helps developers to work on the frontend of their applications and leverage backend services without building or maintaining
Function as a service (FaaS) – cloud computing service that makes it easier for cloud application developers to run and manage micro services.
Below are server less computing offers by different cloud vendors:
- AWS API Gateway Backend-as-a-Service (BaaS)
- Google Firebase – Backend-as-a-Service (BaaS)
- AWS Lambda – Function as a service (FaaS)
- Azure Functions – Function as a service (FaaS)
- IBM Bluemix Openwhisk – Function as a service (FaaS)
Please refer the official website for detail of each respective service.