Skip to content

Releases: tejastn10/aws-lambda-radar

v1.0.4

24 Nov 02:22

Choose a tag to compare

AWS Lambda Radar 🚀

Overview 🌟

This minor release updates dependencies.

Installation 📦

npm install aws-lambda-radar

Breaking Changes 💥

  • None

v1.0.3

25 Aug 13:59
a3210cc

Choose a tag to compare

AWS Lambda Radar 🚀

Overview 🌟

This minor release updates dependencies.

Installation 📦

npm install aws-lambda-radar

Breaking Changes 💥

  • None

What's Changed

v1.0.2

25 Jul 02:19

Choose a tag to compare

AWS Lambda Radar 🚀

Overview 🌟

This minor release updates dependencies.

Installation 📦

npm install aws-lambda-radar

Breaking Changes 💥

  • None

v1.0.1

13 Apr 16:32

Choose a tag to compare

AWS Lambda Radar 🚀

Overview 🌟

This minor release updates dependencies.

Installation 📦

npm install aws-lambda-radar

Breaking Changes 💥

  • None

v1.0.0

01 Apr 06:13

Choose a tag to compare

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