The Scenario is the following:
I have a lambda function that is listening to APIGateway and send the incoming request to two RabbitMQ queues.
For each RabbitMQ queue, there is lambda listening and doing some work.
So I have now 3 lambda functions.
For start I can get the tracing-id from the first lambda and send it with message header to RabbitMQ but for the other lambda functions that are listening to RabbitMQ how can I configure them to use the same tracing-id?