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.
No comments:
Post a Comment