I shared an introduction to serverless computing at AWS Cloud Club UNILAG, covering the basics of building applications on AWS without managing servers.
What I Covered
- Serverless fundamentals — What it means to go serverless and when it makes sense
- AWS Lambda — Writing and deploying functions, triggers, and scaling behavior
- API Gateway — Exposing REST APIs in front of Lambda for HTTP-based workloads
- Event-driven architecture — How events connect services and reduce coupling