Created
June 28, 2018 14:46
-
-
Save thomasmichaelwallace/81cad786f0bcfeaad935dfc09fd11c84 to your computer and use it in GitHub Desktop.
capture-xray-example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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