Hi Guys, has anyone setup aws xray and if its curr...
# general
s
Hi Guys, has anyone setup aws xray and if its currently possible? Most of the aws examples show that you pass the sdk through xray e.g
Copy code
var AWSXRay = require('aws-xray-sdk-core');
var AWS = AWSXRay.captureAWS(require('aws-sdk'));
I came across this open issue: https://github.com/pulumi/pulumi-cloud/issues/46 but wanted to ask before diving deeper
w
Xray would be used inside Lambdas or other compute. It should definitely be possible to do more or less the same as your snippet with Pulumi callback functions.
👍 1