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.
- What is AWS Lambda — serverless compute model, cold starts, execution environments
- Writing your first Python Lambda function — handler signature, event & context objects
- Deploying a Python Lambda — packaging dependencies, layers, and the Lambda console vs CLI
- Triggering Lambda — API Gateway, S3 events, EventBridge, and SQS as event sources
- Using Lambda with Agentic AI — invoking Lambda as a tool in an agent (Bedrock Agents, LangChain tools)
- punith.md — Agentic AI angle on the topics
- chandana.md — AWS angle on the topics
Tracking issue: #1