https://pulumi.com logo
s

square-rocket-59657

11/19/2019, 7:16 AM
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

white-balloon-205

11/19/2019, 1:45 PM
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