I am using AWS lambda and eventbridge. One lambdaA sends event to eventbridge
and another lambdaB receives this event and save it to database. What I'd like to do is to add xray trace data on this flow. I'd like to see the flow in the service map on xray console.
But I don't know how to pass the xray data over eventbridge. Is there a header I can put the trace id in?