Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 573 Bytes

aws-cloudwatch-log-group

PyPI

Pulling AWS CloudWatch Log Groups

Installation

Install this library using pip:

$ python -m pip install git+https://github.com/terminaloutcomes/aws_cloudwatch_log_group

Usage

aws-cloudwatch-log-group

Development

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