Search⌘ K
AI Features

Introduction to AWS Lambda

Explore the fundamentals of AWS Lambda and its role within the AWS cloud platform. Learn how AWS Lambda supports serverless computing by executing code in response to events, allowing you to build scalable and cost-efficient applications without managing infrastructure.

We'll cover the following...

Each cloud provider has its own serverless application type. For example, Azure (owned by Microsoft) has Azure Functions, and Google Cloud has Google Cloud Functions. AWS, which is owned by Amazon, has AWS Lambda, which we’re going to learn more about in this lesson. But first, let’s briefly go ...