aws-sdk-metrics
v1.0.0
Published
Library that collect metrics from HTTP(s) requests made from AWS SDK API for Javascript.
Downloads
416
Readme
aws-sdk-metrics
This Node.js module provides an easy way to get metrics from HTTP(S) requests performed
by the aws-sdk
module
Usage
Basic usage is to require the module and call it, passing in the object
returned by require('aws-sdk')
:
var AWS = require('aws-sdk');
require('aws-sdk-metrics')(AWS);