Skip to main content
Roadmap items are directional and may change. See the Restate blog for capabilities that have shipped.Contact us on Discord or Slack to request other features.

Streaming for AWS Lambda, Vercel, Cloudflare Deployments

Unlike deployments that use HTTP/2 streaming endpoints, request/response targets such as AWS Lambda or Vercel currently require a sequence of invocations, often one per durable step. This increases latency and replay cost. This feature establishes a side channel that enables bidirectional streaming communication for these services as well, reducing the performance gap to native streaming deployments.