cloudwatch-metrics icon indicating copy to clipboard operation
cloudwatch-metrics copied to clipboard

A small wrapper for simplifying AWS Cloudwatch metric creation and publishing.

Results 16 cloudwatch-metrics issues
Sort by recently updated
recently updated
newest added

When using this package with AWS Lambda, the size of the zipped lambda is bloated by the inclusion of the aws-sdk package, which is already installed on the Lambda servers....

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved. Error type: Cannot find preset's...

We recently upgraded from version 1.3.0 to 1.3.3.Since we did that, our services stopped reporting their metrics to CloudWatch. By downgrading to 1.3.0, we got everything to work again. We...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://togithub.com/nodejs/node) | minor | `18.13.0` -> `18.18.2` | --- ### Release Notes nodejs/node...

dependencies

I started using this lib a week or so ago, and it seems to have introduced a memory leak into my application. In about 24 hours the memory reaches 100%...

## 📚 Context/Description Behind The Change In version 1.3.3, `cloudwatch-metrics` is throwing when using the option `{withTimestamp: true}`. The AWS SDK specifies that Timestamp should be of Date type per...