pub struct LambdaRuntime<App> { /* private fields */ }Expand description
Lambda runtime for Armature applications.
This wraps an Armature application and runs it on the Lambda runtime, translating API Gateway/ALB requests to Armature requests.
Implementations§
Source§impl<App> LambdaRuntime<App>
impl<App> LambdaRuntime<App>
Sourcepub fn with_config(self, config: LambdaConfig) -> Self
pub fn with_config(self, config: LambdaConfig) -> Self
Set the runtime configuration.
Auto Trait Implementations§
impl<App> Freeze for LambdaRuntime<App>
impl<App> RefUnwindSafe for LambdaRuntime<App>where
App: RefUnwindSafe,
impl<App> Send for LambdaRuntime<App>
impl<App> Sync for LambdaRuntime<App>
impl<App> Unpin for LambdaRuntime<App>
impl<App> UnwindSafe for LambdaRuntime<App>where
App: RefUnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more