How to propagate sleuth traceid,spanid to aws lambda function

Viewed 958

I want to trace a request which comes to my webservice and sends an sns notification which will trigger a aws lambda function. Any way to create a new span with same trace id in my lambda function.

1 Answers
Related