Doru Mihai

Results 3 comments of Doru Mihai

You need to provide an x-ray captured DynamoDB Client and then it will work. ```JS dynamoose.aws.ddb.set(AWSXRay.captureAWSClient(new AWS.DynamoDB())); ``` This worked for me. And then you will see DynamoDB as a...

Tried it today, the issue is still there...

Since I initially posted this we also transitioned to AWS SDK v3 which gives you explicit client modules for each service which I see you import there. The adapted code...