<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Streaming on Fulgurion Systems Blog</title><link>https://fulgurion.com/blog/tags/streaming/</link><description>Recent content in Streaming on Fulgurion Systems Blog</description><image><title>Fulgurion Systems Blog</title><url>https://fulgurion.com/blog/images/Logo-linkedin.png</url><link>https://fulgurion.com/blog/images/Logo-linkedin.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 30 Apr 2026 00:00:00 -0300</lastBuildDate><atom:link href="https://fulgurion.com/blog/tags/streaming/index.xml" rel="self" type="application/rss+xml"/><item><title>Streaming LLM Tokens Through AWS API Gateway</title><link>https://fulgurion.com/blog/posts/rust-on-aws-lambda-streaming/</link><pubDate>Thu, 30 Apr 2026 00:00:00 -0300</pubDate><guid>https://fulgurion.com/blog/posts/rust-on-aws-lambda-streaming/</guid><description>&lt;p&gt;The previous four posts (&lt;a href="https://fulgurion.com/blog/posts/rust-on-aws-lambda/"&gt;Part 1&lt;/a&gt;, &lt;a href="https://fulgurion.com/blog/posts/rust-on-aws-lambda-cold-start/"&gt;Part 2&lt;/a&gt;, &lt;a href="https://fulgurion.com/blog/posts/rust-on-aws-lambda-cold-start-anatomy/"&gt;Part 3&lt;/a&gt;, &lt;a href="https://fulgurion.com/blog/posts/rust-on-aws-lambda-wrong-tool/"&gt;Part 4&lt;/a&gt;) covered Rust on Lambda from cold starts to architectural fit. This one is a sibling rather than a sequel, focused on a specific AWS gotcha that bites anyone wiring an LLM behind API Gateway: &lt;strong&gt;HTTP API v2 does not support response streaming&lt;/strong&gt;. The modern, recommended Gateway flavor is the wrong tool for streaming LLM tokens. The older REST API got streaming support in &lt;strong&gt;November 2025&lt;/strong&gt;. If you reach for HTTP API v2 by reflex (and most &amp;ldquo;use the modern one&amp;rdquo; guides will tell you to), your token stream silently collapses into a single buffered response.&lt;/p&gt;</description></item></channel></rss>