pub trait LambdaConnExt {
    fn lambda_context(&self) -> &Context;
}
Expand description

Provides access to the aws lambda context for [trillium::Conn].

See [lamedh_runtime::Context] for more details on the data available on this struct.

Required Methods

returns the [lamedh_runtime::Context] for this conn

Implementations on Foreign Types

Implementors