awslambda

AWS Lambda

Stars
208

AWS Lambda

Beginners Guide to Writing AWS Lambda Functions in Python

Zero to One: AWS Lambda in Python and SAM

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

Functions are Units of Work: Input, Work, Return

Other Videos

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

Diagram

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:

Badges
Extracted from project README
CircleCI Build a Serverless Data Engineering Walkthrough Input, Work, Return Serverless Data Engineering Architecture Learn to write an AWS Lambda Function in Python in Five Minutes