Sqs illustration

Sqs

All articles tagged 'Sqs'

Isometric retro diagram showing SQS message propagation from producer to consumer via LocalStack, with oscilloscope showing AWSTraceHeader vs traceparent OpenTelemetry trace context

How to Test SQS Workflows Locally with LocalStack and OpenTelemetry

LocalStack lets you run SQS, Lambda, and S3 locally in Docker — but there's a hidden trap: OpenTelemetry's default AWS propagator doesn't work with free LocalStack. Here's how to set up end-to-end local testing with working trace propagation.

Read
Prathamesh Sonpatki

Prathamesh Sonpatki

OpenTelemetry trace propagation across SQS and Lambda — publisher injects traceparent into MessageAttributes, Lambda consumer extracts it to link spans into one trace waterfall

End-to-End Trace Propagation Across SQS and Lambda with OpenTelemetry

SQS doesn't propagate trace context automatically. You instrument both sides, deploy, and get two disconnected traces. This post shows how to wire them into one waterfall — and the ESM format gotcha that silently breaks it every time.

Read
Prathamesh Sonpatki

Prathamesh Sonpatki