1. Faas(Function as a Service)
예) AWS Lambda, Azure Funtion, Google Funtion
2. Baas(Backend as a Service)
예) Google Firebase(구글은 Faas, Baas 동시 보유)
출처:
https://velog.io/@coco1606/DOM-%EA%B3%BC-%EC%84%9C%EB%B2%84%EB%A6%AC%EC%8A%A4
https://velog.io/@ki5970/React-%EC%84%9C%EB%B2%84%EB%A6%AC%EC%8A%A4
https://velog.io/@kms0206/%EC%84%9C%EB%B2%84%EB%A6%AC%EC%8A%A4%EC%97%90-%EB%8C%80%ED%95%9C-%EA%B8%B0%EB%A1%9D
(영문 해석)
Serverless is a cloud-native development model that allows developers to build and run applications without having to manage servers.
There are still servers in serverless, but they are abstracted away from app development. A cloud provider handles the routine work of provisioning, maintaining, and scaling the server infrastructure. Developers can simply package their code in containers for deployment.
Once deployed, serverless apps respond to demand and automatically scale up and down as needed. Serverless offerings from public cloud providers are usually metered on-demand through an event-driven execution model. As a result, when a serverless function is sitting idle, it doesn’t cost anything.
Source:
https://aws.amazon.com/serverless/
https://www.redhat.com/en/topics/cloud-native-apps/what-is-serverless