Crate vercel_runtime
source ·Modules§
Structs§
- Represents an HTTP response
- Declaratively construct
Service
values. - An HTTP status code (
status-code
in RFC 7230 et al.).
Enums§
- Representation of http request and response bodies as supported by API Gateway and ALBs.
Traits§
- Extensions for
lambda_http::Request
structs.
Functions§
- Starts the Lambda Rust runtime and begins polling for events on the Lambda Runtime APIs.
- Returns a new
ServiceFn
with the given closure.
Type Aliases§
- Error type that lambdas may result in
- Type alias for
http::Request
s with a fixedBody
type