Trait trillium_aws_lambda::LambdaConnExt[][src]

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