Expand description
DurableHandler trait definition and runner.
Provide the DurableHandler trait and run entry point for trait-based
durable Lambda handlers (FR33). Internally wires up lambda_runtime, AWS config,
and DurableContext creation so users never interact with these directly.
Traits§
- Durable
Handler - Trait for defining durable Lambda handlers with a structured, object-oriented approach.
Functions§
- run
- Run a durable Lambda handler using the trait-based approach.