Sunday, June 5, 2022

What is Serverless Computing ?


Serverless Computing

Serverless Computing is a cloud-native development that enables developers to focus on their actual development rather than managing infrastructure like OS, Software, hardware etc. 

With the serverless environment, the cloud provider manages infrastructure to run the code without installing any other applications/software. The developer no need to worry about scaling, infrastructure management and provisioning etc.

 

Serverless Computing from different cloud Providers.


Microsoft :

Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications.


Amazon Web Services:

AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers.


Google Cloud Platform :  

Run your code in the cloud with no servers or containers to manage.


Oracle
           Oracle Functions
          Oracle Functions is a fully managed, multi-tenant, highly scalable, on-demand, Functions-as-a-Service platform. 

Benefits of Serverless Computing
  • Scalability
  • High Availability
  • Pay only the resources what do you use
  • No need to manage servers / Infrastructure

Happy Learning

No comments:

Post a Comment