Skip to content

Instantly share code, notes, and snippets.

@amoj
Created May 12, 2017 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amoj/47bfe2acac7aaa4c832a97708850fed2 to your computer and use it in GitHub Desktop.
Save amoj/47bfe2acac7aaa4c832a97708850fed2 to your computer and use it in GitHub Desktop.
Monitoring aws-sdk via X-Ray
const AWSXRay = require('aws-xray-sdk');
var AWS = AWSXRay.captureAWS(require('aws-sdk'));
const CwLogs = require('aws-cwlogs');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment