vercel-community / rust

🦀 Rust runtime for ▲ Vercel Serverless Functions
https://rust-runtime.vercel.app
MIT License
816 stars 50 forks source link

Are there any plans to support stream bodies? #137

Closed 0x676e67 closed 3 months ago

0x676e67 commented 6 months ago

aws lambda runtime currently supports stream

0x676e67 commented 6 months ago

reference https://github.com/awslabs/aws-lambda-rust-runtime/tree/main/examples/basic-streaming-response

dglsparsons commented 6 months ago

Hi, we've no plans to support this in the short term. In the longer term it may be something we look into, however.

It's also worth noting that Vercel Serverless Functions and AWS Lambdas are not necessarily compatible.