Welcome to my AWS Serverless Masterclass repository!
This repo documents my complete hands-on learning journey through the course
“Mastering AWS Serverless: Hands-On with Core AWS Services.”
Currently working on AWS Lambda
About to learn Docker
- 🧠 Theory + Notes — My explanations of key AWS concepts
- 💻 Lambda Functions — Step-by-step examples with comments
- 🌐 API Gateway Integrations — Making Lambda functions accessible online
- 🗂️ S3 + DynamoDB Demos — Real-world use cases for storage and databases
- 🧩 IAM + CloudWatch — Permissions and monitoring setups
- 🧾 Mini Projects — Combining services into small, practical apps, mini kinda projects
aws-serverless-masterclass/
│
├── lambda-examples/ # All AWS Lambda functions
├── api-gateway-integrations/ # Lambda + API Gateway demos
├── s3-demos/ # S3 upload and trigger examples
├── dynamodb-demos/ # Database integration examples
├── theory-notes/ # Markdown notes for each service
└── README.md # You are here 👋
- AWS Console + VS Code
- Python 3.x
- Git & GitHub
- AWS CLI (later for advanced automation)
| Service | Progress |
|---|---|
| Lambda | ✅ Learned Basics |
| API Gateway | 🔜 Next Up |
| S3 | 🔜 Coming Soon |
| DynamoDB | ⏳ Planned |
| IAM + CloudWatch | ⏳ Planned |
Each Lambda function can be tested directly in the AWS Console, or locally using the AWS Toolkit for VS Code (optional).