lambda-streaming-demo
lambda-streaming-demo copied to clipboard
Handle large HTTP chunks
trafficstars
This is mentioned in the README:
Chunking of request and response chunks. Cloudflare websockets have a maximum message size of 1MiB but HTTP has an unbounded chunk size (AFAIA). The worker and lambda should chunk the request and response bodies to ensure that they don't exceed the maximum message size.