pub type ContainerRuntime = LambdaRuntime;Expand description
Backwards-compatible alias used by callers across the workspace (eventbridge bridge, scheduler, lambda_delivery, reset state, server main). Keeping the old name lets the trait extraction land without churn in every consumer.
Aliased Typeยง
pub struct ContainerRuntime { /* private fields */ }