Expand description
Builder-pattern handler construction.
Provides the DurableHandlerBuilder and handler entry point for
builder-pattern durable Lambda handlers (FR35).
Internally wires up lambda_runtime, AWS config, and DurableContext creation
so users never interact with these directly.
Structs§
- Durable
Handler Builder - A builder for constructing durable Lambda handlers.
Functions§
- handler
- Create a new
DurableHandlerBuilderfrom a handler function.