0.3.0 • Published 7 years ago

aws-quick-metric v0.3.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

AWS Quick Metric

Easier to use AWS.CloudWatch putMetric for custom metrics.

const AWS = require('aws-sdk');
const { CustomMetric } = require('aws-quick-metric');

const metric = new CustomMetric(AWS, 'mynamespace');

metric.stat({
  metric: 'mymetric',
  value: 1.0,
  unit: 'None'
}).then(...);
0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago