Skip to main content

Aws Cloudwatch Metrics

@g2rant/aws-cloudwatch-metricsv2026.07.10.1· 1mo agoMODELS
01README

Query AWS CloudWatch metrics (list_metrics, get_data) with credentials sourced from a swamp vault instead of the ambient AWS SDK credential chain.

02Models1
@g2rant/aws-cloudwatch-metricsv2026.07.10.1aws_cloudwatch_metrics.ts
fn list_metrics()
List available CloudWatch metrics by namespace
fn get_data(namespace: string, metricName: string, name: string, value: string)
Get metric data points for a specific metric
ArgumentTypeDescription
namespacestringAWS namespace (e.g., AWS/VPN)
metricNamestringMetric name (e.g., TunnelState, TunnelDataIn)
namestring
valuestring

Resources

metricList(1h)— List of CloudWatch metrics
metricData(1h)— CloudWatch metric data points
03Stats
B
85 / 100
Downloads
1
Archive size
170.4 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository0/2missing
04Platforms