Expand description
SQS event extractor for message queue triggers.
Extracts trace context from SQS messages, checking:
message_attributesfor W3Ctraceparent(injected by OTel-instrumented producers)attributes(system attributes) forAWSTraceHeaderin X-Ray format
Supports both SqsEvent (string bodies) and SqsEventObj<T> (typed bodies).
Structs§
- SqsEvent
Extractor - Extractor for SQS message events.
Functions§
- parse_
xray_ trace_ header - Parses an X-Ray trace header into a SpanContext.