Quick and dirty way to get something better looking than the default!
- No Other AWS Code Pipeline BuildMonitor that i know of
- Support Multiple or Single AWS Code Pipelines
- Support Multiple or Single Build Steps
- Progress Bar for each Build Step
- BootStrap 4 + FontAwesome Goodness!
git clone https://github.com/kianhean/AWSBuildMonitor.git
pipenv installIntall AWS CLI on computer
Run
aws configure
Ensure that credentials have sufficient permissions, namely "get_pipeline_state" for the resource in question.
Edit the enviroment.ini.sample and save file as enviroment.ini
projectname = The Name of Your Project
pipelinename = Name of your Piplines Seperated by Commas
refresh = Number of seconds to wait before a force a forced refresh of the monitorpipenv shell
FLASK_APP=app.py flask runpipenv --python 3.6pipenv shell
FLASK_APP=app.py flask runpython -m unittest