📁 Folder Tree
- 📁 AWS Lambda Deep Dive
- 📂 CHAPTER 01 Introduction
- 📂 01-01 Course Introduction
- 📂 01-02
- 📂 CHAPTER 02 Lambda Fundamentals
- 📂 02-01 How Lambda Works
- 📂 02-02 Lambda Use and Misuse
- 📂 02-03 Runtime and Processors
- 📂 02-04 Anatomy of a Lambda Handler
- 📂 02-05 HANDS-ON LAB Creating a Lambda Function Using the AWS Console
- 📂 CHAPTER 03 Lambda Configuration
- 📂 03-01 Memory and Computing Power
- 📂 03-02 Networking
- 📂 03-03 Storage
- 📂 03-04 Roles, Permissions, and Policies
- 📂 03-05 Environment Variables, Tags, and Signing
- 📂 CHAPTER 04 Triggers and Integrations
- 📂 04-01 Synchronous Execution
- 📂 04-02 Demo API Gateway Integration
- 📂 04-03 Asynchronous Execution
- 📂 04-04 Error Handling, Retries, and Dead-Letter Queues
- 📂 04-05 Amazon EventBridge and Event-Driven Architectures
- 📂 04-06 Connecting to AWS Services
- 📂 04-07 Keeping Secrets Secret
- 📂 04-08 Demo Connecting to Relational Databases
- 📂 CHAPTER 05 Scaling and Optimization
- 📂 05-01 The Execution Lifecycle
- 📂 05-02 Cold and Warm Starts
- 📂 05-03 Lambda SnapStart
- 📂 05-04 Concurrency and Scaling
- 📂 05-05 Lambda Layers
- 📂 05-06 Cost and Cost Optimization
- 📂 05-07 Demo AWS Lambda Power Tuning
- 📂 CHAPTER 06 Monitoring and Observability
- 📂 06-01 Logging
- 📂 06-02 Metrics
- 📂 06-03 Demo Logging and Metrics
- 📂 06-04 Lambda Insights
- 📂 06-05 Demo Distributed Tracing with X-Ray
- 📂 06-06 Extensions
- 📂 06-07 Powertools for AWS Lambda
- 📂 CHAPTER 07 Testing, Deployment, and Troubleshooting
- 📂 07-01 Testing
- 📂 07-02 Versions and Aliases
- 📂 07-03 Deployment Strategies
- 📂 07-04 Demo Deployment via CDK
- 📂 07-05 Demo Deployment via Container Images
- 📂 07-06 Common Issues and Troubleshooting
- 📂 CHAPTER 08 Some Extras
- 📂 08-01 Lambda Service Architecture
- 📂 08-02 Lambda in Other Places
- 📂 CHAPTER 09 Conclusion
- 📂 09-01 Course Summary
- 📂 09-02 Conclusion and What's Next