Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

parcelLab/aws-average-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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);

About

Gets counts and then pushes averages to CloudWatch

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors