Cem
How should I carry a correlation ID from the HTTP request all the way into queued jobs?
Generate the ID as a W3C `traceparent`, carry it in an SQS message attribute rather than the body, and inject it with the OTel propagator on both sides.