Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

usgs/aqts-capture-cloudwatch-dashboard

Repository files navigation

aqts-capture-cloudwatch-dashboard

Build Status codecov

This tool uses the AWS Python SDK (boto3) to create, update, and deploy a cloudwatch dashboard for the purpose of monitoring the aqts-capture etl assets.

How it works

Using the Jenkins job runner, we build a docker container with python installed, then run the python entry-point script to create a cloudwatch dashboard. See the Jenkinsfile for more details.

Unit testing

Make sure you have python version 3.8 (or later), pip, and venv installed, then run:

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python -m unittest -v

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published