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.
- Host: GitHub
- URL: https://github.com/waelson/cloudwatch-metrics
- Owner: Waelson
- Created: 2020-06-08T13:05:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T22:20:06.000Z (over 4 years ago)
- Last Synced: 2025-02-24T15:22:19.032Z (over 1 year ago)
- Topics: aws, axios, cloudwatch, cloudwatch-metrics, javascript, nodejs, sends-metrics
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.