What do you know about serverless model?

Technology CommunityCategory: DevOpsWhat do you know about serverless model?
VietMX Staff asked 3 years ago

Serverless refers to a model where the existence of servers is hidden from developers. It means you no longer have to deal with capacity, deployments, scaling and fault tolerance and OS. It will essentially reducing maintenance efforts and allow developers to quickly focus on developing codes.

Examples are:

  • Amazon AWS Lambda
  • Azure Functions