phantomas reportrer for AWS Cloudwatch
npm install phantomas-reporter-cloudwatchAWS Cloudwatch reporter for phantomas
##Parameters
` - shorthand for --aws-access-key-id, --aws-secret-key, --aws-region, --aws-cloudwatch-api-version and --aws-cloudwatch-namespace
* only AccessKeyId and SecretKey are required
* Install phantomas-reporter-cloudwatch to your phantomas project dependencies
* Use it as specified in the phantomas reporter docs
``
$ phantomas http://myapp.net -R cloudwatch --aws-access-key-id mykey --aws-secret-key mysecretkey --aws-region us-west-1 --aws-cloudwatch-api-version 2010-08-01 --aws-cloudwatch-namespace mynamespace
or
```
$ phantomas http://myapp.net -R cloudwatch:mykey:mysecretkey:us-west-1:2010-08-01:mynamespace