Modules§
Structs§
- Response
- Represents an HTTP response
- Route
- Router
- Service
Builder - Declaratively construct
Service
values. - Status
Code - An HTTP status code (
status-code
in RFC 9110 et al.).
Enums§
- Body
- Representation of http request and response bodies as supported by API Gateway and ALBs.
Traits§
- Request
Payload Ext - Extensions for
lambda_http::Request
structs.
Functions§
- process_
request - process_
response - run
- run_
service - Starts the Lambda Rust runtime and begins polling for events on the Lambda Runtime APIs.
- service_
fn - Returns a new
ServiceFn
with the given closure.
Type Aliases§
- Error
- Error type that lambdas may result in
- Request
- Type alias for
http::Request
s with a fixedBody
type