0Pricing
Serverless Backend with AWS Lambda & API Gateway · Lesson

AWS Core Services Overview

Get an overview of key AWS services like EC2, S3, DynamoDB, and IAM, and how they relate to serverless development.

Welcome to AWS Core Services!

Let's tour the core AWS building blocks. Knowing these is how you understand how serverless apps are actually constructed.

Amazon EC2: Virtual Servers

Amazon EC2 rents you resizable virtual servers — you pick the OS, CPU, and memory, and you manage them. It's the very thing serverless abstracts away.

All lessons in this course

  1. What is Serverless?
  2. AWS Core Services Overview
  3. First Lambda Function (Python)
  4. Understanding the Serverless Execution Model
← Back to Serverless Backend with AWS Lambda & API Gateway