pub fn create_heartbeat_stream(
interval_secs: u64,
) -> impl Stream<Item = Result<Bytes>> + Send + 'staticExpand description
Stream heartbeat events to keep SSE connections alive
Lambda has timeout limits, so sending periodic heartbeat events can help maintain long-running SSE connections.