Crate lambda_extension

source ·
Expand description

This module includes utilities to create Lambda Runtime Extensions.

Create a type that conforms to the Extension trait. This type can then be passed to the the lambda_extension::run function, which launches and runs the Lambda runtime extension.

Re-exports§

Modules§

  • Include several request builders to interact with the Extension API.
  • Utilities to initialize and use tracing and tracing-subscriber in Lambda Functions. This module provides primitives to work with tracing and tracing-subscriber in Lambda functions.

Structs§

Enums§

Traits§

  • An asynchronous function from a Request to a Response.

Functions§

Type Aliases§

  • Error type that extensions may result in