Hello there
I'm trying Application Cloudwatch Signal and followed the AWS doc to set the auto instrumentation up (via sidecar). I noticed that while Application Cloudwatch Signal is able to capture links between services via HTTP calls, it doesn't capture the links made by messaging calls. We are also using SNS and SQS to do asynchronous calls. We send a message to an SNS topic and have SQS subscribe to it with the raw message option disable. I found this doc from the @opentelemetry/instrumentation-aws-sdk module mentioning about the sqsExtractContextPropagationFromPayload extra option I need to enable when raw message is disable. Is this already enabled by default here? If not, how can I do it?
Thanks.