Skip to main content

Module handler

Module handler 

Source
Expand description

Lambda handler implementation bridging HTTP to business logic.

Parses JSON request bodies, dispatches to the provider, and serializes JSON responses following the restJson1 protocol.

Uses manual Pin<Box<dyn Future>> return types because the LambdaHandler trait requires object safety for Arc<dyn LambdaHandler>.

Structsยง

RustackLambdaHandler
Handler that bridges the HTTP layer to the Lambda provider.