Crate lambda_runtime

source ·
Expand description

The mechanism available for defining a Lambda function is as follows:

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

Re-exports

Structs

Traits

  • An asynchronous function from a Request to a Response.

Functions

Type Definitions

  • Error type that lambdas may result in