From the course: Cloud Computing Terms Every Beginner Should Know
Unlock the full course today
Join today to access over 25,200 courses taught by industry experts.
Serverless computing
From the course: Cloud Computing Terms Every Beginner Should Know
Serverless computing
When building applications, we typically need to write the application code, manage the server infrastructure, and ensure scalability. But what if we could focus solely on the code without worrying about the underlying infrastructure? This is where serverless computing comes into play. Serverless computing is where the cloud provider dynamically manages the allocation of machine resources. Serverless doesn't mean there are no servers. Instead, you focus on writing code while the cloud provider takes care of the infrastructure. This includes automatically scaling and managing resources as needed. AWS Lambda, Azure Functions, and Google Cloud Functions are all examples of leading serverless tools. Now, to help you understand this better, think of serverless computing like ordering food from a restaurant. You simply choose what you want from the menu, and the restaurant takes care of all the cooking, cleaning, and serving. By going there, you can enjoy your meal without worrying about…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.