Serverless 101

Welcome to the Serverless 101 series! This comprehensive guide will take you from serverless fundamentals to building production-ready AWS Lambda functions using Python.

Series Overview

This series is based on my personal experience building and deploying serverless applications in production environments. Each part builds upon the previous one, providing practical knowledge and real-world examples.

What You'll Learn

Prerequisites

  • Basic Python knowledge

  • AWS account (free tier is sufficient)

  • Familiarity with cloud computing concepts

Technology Stack

Throughout this series, we'll use:

  • Python 3.12 as our programming language

  • AWS Lambda as our serverless platform

  • AWS CLI and SAM CLI for deployment

  • boto3 for AWS SDK interactions

Let's begin your serverless journey!

Last updated