An open API service indexing awesome lists of open source software.

https://github.com/waelson/cloudwatch-metrics

Simple AWS Serverless application that sends metrics to CloudWatch.
https://github.com/waelson/cloudwatch-metrics

aws axios cloudwatch cloudwatch-metrics javascript nodejs sends-metrics

Last synced: 11 months ago
JSON representation

Simple AWS Serverless application that sends metrics to CloudWatch.

Awesome Lists containing this project

README

          

# CloudWatch-Metrics
Simple AWS Serverless application that sends metrics to CloudWatch.
## How does it works
This function is triggered by an event created in AWS CloudWatch. The function trigger a request to target server to verify if it is available and calculate response time. Finally, function sends availability and response time data to CloudWatch.