Tracing calls to downstream HTTP web services using the X-Ray SDK for Node.js
Serverless Framework turn on aws x-ray tracing
service: myService
provider:
name: aws
runtime: nodejs14.x
tracing:
lambda: true
A collection of my tech notes
Tracing calls to downstream HTTP web services using the X-Ray SDK for Node.js
Serverless Framework turn on aws x-ray tracing
service: myService
provider:
name: aws
runtime: nodejs14.x
tracing:
lambda: true