

Lambda Extensions - the unsung hero for observability
13 snips Aug 1, 2025
Jones Zachariah Noel N, a Sr DevRel Engineer at New Relic and AWS Serverless Hero, shares his expertise on Lambda Extensions and their vital role in observability. He explains how these extensions work as sidecars to monitor and enhance serverless applications. The discussion covers the extension lifecycle, security compliance, and real-world use cases, emphasizing their importance in performance optimization and error tracing in distributed systems. Jones also dives into best practices for integrating extensions to streamline development workflows.
AI Snips
Chapters
Transcript
Episode notes
Challenge of Serverless Observability
- Serverless architectures are distributed and event-driven, making traditional monitoring insufficient.
- Observability tools are essential to detect failures in business logic despite the Lambda service's reliability.
Limits of CloudWatch Alone
- CloudWatch logs exist but contain too much data, making issue detection like finding a needle in a haystack.
- Observability tools enrich CloudWatch data to accelerate identifying and fixing issues.
Extensions as Lambda Sidecars
- Lambda extensions act as sidecars running alongside Lambda functions for enhanced observability.
- This sidecar approach parallels container-based agents, enabling deeper monitoring.