Releases: tejastn10/aws-lambda-radar
Releases · tejastn10/aws-lambda-radar
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
AWS Lambda Radar 🚀
Streamlined middleware for enhanced Lambda logging and error handling with automatic context capture for better traceability.
Release v1.0.0
AWS Lambda Radar provides a clean middleware approach for standardizing logging and error handling across your AWS Lambda functions. It automatically captures context information, creates structured logs, and maintains consistent log streams in CloudWatch.
Features ✨
- Enhanced Logging: Captures function name, version, alias, request ID, and cold start information in every log
- Error Handling: Automatically captures and logs unhandled exceptions and rejections
- Middleware Pattern: Clean composition approach to keep your handler code focused on business logic
- Async Support: Properly handles async operations in logging
- Configurable: Customize log format, verbosity, and data inclusion
Installation 📦
npm install aws-lambda-radar