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§

source

fn lambda_context(&self) -> &Context

returns the lamedh_runtime::Context for this conn

Implementations on Foreign Types§

source§

impl LambdaConnExt for Conn

Implementors§