AWS Lambda Powertools: Structured Logging Guidelines

Personal GitHub site

AWS Lambda Powertools: Structured Logging Guidelines

The AWS Lambda Powertools package is a very powerful extension for adopting best practices such as tracing, structured logging, custom metrics, idempotency, batching, and more.

After experimenting with structured logging (JSON format as a result), I ended up with the following usage tips for optimal usage.

How to

The following tips are not necessarily required, but serve as a few guidelines on how to use structured logging.

References