Skip to content

noahgift/awslambda

Repository files navigation

CircleCI

AWS Lambda

Beginner’s Guide to Writing AWS Lambda Functions in Python

Zero to One: AWS Lambda in Python and SAM

zero-to-one

Hello World Build and Deploy

  1. sam init
  2. sam build
  3. sam deploy --guided

Deploy and Testing (Key Concepts)

Test two ways:

sam local invoke sam local start-api

Then curl curl http://127.0.0.1:3000/hello

  • API Gateway
  • CloudWatch Logs
  • IAM Security settings

Build a Serverless Data Engineering Pipeline Walkthrough

Build a Serverless Data Engineering Walkthrough

Functions are Units of Work: Input, Work, Return

Input, Work, Return

Other Videos

Serverless Data Engineering Architecture

  • Learn to write an AWS Lambda Function in Python in Five Minutes:

Learn to write an AWS Lambda Function in Python in Five Minutes

Diagram

Overview

Pragmatic AI Labs

Pragmatic AI Labs

These notebooks and tutorials were produced by Pragmatic AI Labs. You can continue learning about these topics by:

Additional Related Topics from Noah Gift

His most recent books are:

His most recent video courses are:

His most recent online courses are: