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

https://github.com/parcellab/aws-average-counter

Gets counts and then pushes averages to CloudWatch
https://github.com/parcellab/aws-average-counter

team-architecture

Last synced: 9 months ago
JSON representation

Gets counts and then pushes averages to CloudWatch

Awesome Lists containing this project

README

          

Consult `demo.js`:

```
var AWSAverageCounter = require('./index.js')('eu-central-1', 'AWS-KEY', 'AWS-SECRET', 'namespace');

var AverageCounter = AWSAverageCounter.getAverageCounter('my-counter', 300);

AverageCounter.count(1612);
```