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

Latest commit

 

History

History
18 lines (14 loc) · 955 Bytes

File metadata and controls

18 lines (14 loc) · 955 Bytes

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