Skip to content

Instantly share code, notes, and snippets.

@thomasmichaelwallace
Created June 28, 2018 14:46
Show Gist options
  • Save thomasmichaelwallace/81cad786f0bcfeaad935dfc09fd11c84 to your computer and use it in GitHub Desktop.
Save thomasmichaelwallace/81cad786f0bcfeaad935dfc09fd11c84 to your computer and use it in GitHub Desktop.
capture-xray-example
import AWS from 'aws-sdk';
import { captureAWS } from 'aws-xray-sdk';
const captured = captureAWS(AWS);
const s3 = new captured.S3();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment