Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```