Skip to main content

Module handler

Module handler 

Source
Expand description

Closure-based handler registration.

Provide the run entry point for closure-native durable Lambda handlers (FR34, FR47). Internally wires up lambda_runtime, AWS config, and DurableContext creation so users never interact with these directly.

Functionsยง

run
Run a durable Lambda handler using the closure-native approach.