Features

  • Tracer


    Instrument your code with minimal effort. Capture traces and metadata to understand the performance of your Lambda functions.

    Read more

  • Logger


    JSON Structured logging made easier, key management, buffering, and Middy.js middleware to enrich structured logging with key Lambda context details.

    Read more

  • Metrics


    Custom Metrics created asynchronously via CloudWatch Embedded Metric Format (EMF)

    Read more

  • Event Handler - AppSync Events


    Event Handler for AWS AppSync real-time events

    Read more

  • Parameters


    High-level functions to retrieve one or more parameters from AWS SSM Parameter Store, AWS Secrets Manager, AWS AppConfig, and Amazon DynamoDB

    Read more

  • Idempotency


    Class method decorator, Middy middleware, and function wrapper to make your Lambda functions idempotent and prevent duplicate execution based on payload content.

    Read more

  • Batch Processing


    Simplify the processing of batches of events with built-in support for SQS and DynamoDB Streams.

    Read more

  • JMESPath Functions


    Built-in JMESPath functions to easily deserialize common encoded JSON payloads in Lambda functions.

    Read more

  • Parser


    Utility to parse and validate AWS Lambda event payloads using Zod, a TypeScript-first schema declaration and validation library.

    Read more

  • Validation


    JSON Schema validation for events and responses, including JMESPath support to unwrap events before validation.

    Read more