Open edgar-slalom opened 4 years ago
This is possible while setting up the mapper:
// wrap client with AWS X-Ray
const dynamoDbClient = AWSXRay.captureAWSClient(new AWS.DynamoDB());
// setup the mapper
const mapper = new DataMapper({
client: dynamoDbClient,
...
});
Sorry -don't see a feature request list or discussion forum. But adding the x-ray integration would make this production ready.