Pulling AWS CloudWatch Log Groups
Install this library using pip
:
$ python -m pip install git+https://github.com/terminaloutcomes/aws_cloudwatch_log_group
aws-cloudwatch-log-group
To contribute to this library, first checkout the code. Then create a new virtual environment:
cd aws-cloudwatch-log-group
poetry install
source venv/bin/activate