Skip to main content

Module handler

Module handler 

Source
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§

DurableHandlerBuilder
A builder for constructing durable Lambda handlers.

Functions§

handler
Create a new DurableHandlerBuilder from a handler function.