Module mu_runtime::runtime[][src]

Expand description

The AWS Runtime entrypoint of this crate. It contains all needed implementation to bridge the communication between the Lambda API and the event listener.

Functions

listen_events

Listen to AWS Lambda events and delegates the received payload to the handler function.

listen_events_with

Listen to AWS Lambda events and delegates the received payload to the handler function. This method allows one to define the LambdaApi instance that will be used in the Lambda-consumption mainloop. This might be desirable for local testing.

Type Definitions

RuntimeResult

Represents the result of the Lambda runtime execution.