Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicka/aws-sdk-plus-xray
Wrapper around the aws-sdk and aws-xray-sdk-core
https://github.com/nicka/aws-sdk-plus-xray
Last synced: 5 days ago
JSON representation
Wrapper around the aws-sdk and aws-xray-sdk-core
- Host: GitHub
- URL: https://github.com/nicka/aws-sdk-plus-xray
- Owner: nicka
- Created: 2017-04-20T15:36:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T10:59:59.000Z (over 7 years ago)
- Last Synced: 2024-11-03T17:43:37.658Z (11 days ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# AWS SDK plus X-Ray
## Install
```bash
npm install --save aws-sdk-plus-xray
npm install --save-dev aws-sdk
```## Usage
```js
const AWS = require('aws-sdk-plus-xray');
```### Disabling X-Ray support
Useful when running tests.
```bash
XRAY_DISABLED="true"
```