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
- Host: GitHub
- URL: https://github.com/parcellab/aws-average-counter
- Owner: parcelLab
- License: mit
- Created: 2019-02-06T20:34:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T21:02:45.000Z (about 3 years ago)
- Last Synced: 2025-01-23T06:15:59.766Z (11 months ago)
- Topics: team-architecture
- Language: JavaScript
- Homepage: https://parcellab.com
- Size: 5.86 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```