Server less computing (Part-1)
Serverless computing is a cloud computing execution model where the cloud provider dynamically manages the allocation of machine resources. Unlike traditional cloud computing models, where users have to provision and manage servers, serverless computing abstracts away the infrastructure, enabling developers to focus solely on writing and deploying code. Despite the name, serverless computing still involves servers; it's just that the management, scaling, and provisioning of these servers are handled entirely by the cloud provider.
Comments
Post a Comment