3

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 Answers1

0

The best way is to use such an abstraction like Spring Cloud Function (https://github.com/spring-cloud/spring-cloud-function). You can read more about this here https://cloud.spring.io/spring-cloud-static/Finchley.SR1/single/spring-cloud.html#_aws_lambda

Marcin Grzejszczak
  • 10,624
  • 1
  • 16
  • 32