pub trait LambdaConnExt {
// Required method
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§
Sourcefn lambda_context(&self) -> &Context
fn lambda_context(&self) -> &Context
returns the [lamedh_runtime::Context] for this conn