Heinz N. Gies
Heinz N. Gies
I can't speak to 102 as I only started to use streaming the 103 release. The data has no headers. The event received is of the type `InvokeWithResponseStreamResponseEvent::PayloadChunk` which contains...
This isn't something that happens every time sadly, we only saw a few percent of requests show this issue
Heya, this lambda should create the mix of the prelude and the main response: ```rust use http::{HeaderMap, StatusCode}; use lambda_runtime::{Error, LambdaEvent, MetadataPrelude, StreamResponse, run, service_fn}; #[tokio::main] async fn main() ->...
Yes we'd need to host the files somewhere - I suspect the CNCF will sponsor this. But I think we can skip on the dependencies for the time being, applications...