Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Day 1 — AWS Lambda & Python Lambda

Topic for today: AWS Lambda and Python Lambda. Both of us pick a couple of items from the list and write notes / try things out under our respective folders.

Topics

  1. What is AWS Lambda — serverless compute model, cold starts, execution environments
  2. Writing your first Python Lambda function — handler signature, event & context objects
  3. Deploying a Python Lambda — packaging dependencies, layers, and the Lambda console vs CLI
  4. Triggering Lambda — API Gateway, S3 events, EventBridge, and SQS as event sources
  5. Using Lambda with Agentic AI — invoking Lambda as a tool in an agent (Bedrock Agents, LangChain tools)

Notes

Tracking issue: #1