Skip to content

Features

The MinimalLambda framework provides a rich ecosystem of features and extension packages that enhance AWS Lambda development beyond the core framework capabilities. These features are designed to be modular, type-safe, and performant, integrating seamlessly with the core hosting patterns.

This section provides an overview of the available features.


Feature Categories

Envelope Pattern

The Envelope pattern provides type-safe wrappers for various AWS event sources like SQS, SNS, and API Gateway. Instead of manually parsing JSON, you can work with strongly-typed objects, improving code quality and developer productivity.

Durable Execution

Build typed, checkpointed AWS Lambda Durable Execution workflows with source-generated handler binding, dependency injection, and replay-aware guidance.

Observability (OpenTelemetry)

This feature provides comprehensive observability through OpenTelemetry integration. It enables distributed tracing and metrics collection, offering deep insights into your Lambda function's performance and behavior.