An open API service indexing awesome lists of open source software.

https://github.com/deadlylaid/gaia

AWS log finder
https://github.com/deadlylaid/gaia

aws log s3

Last synced: about 2 months ago
JSON representation

AWS log finder

Awesome Lists containing this project

README

          

# gaia-2.0

![Python Version Support](https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7-blue.svg)
[![Build Status](https://travis-ci.org/deadlylaid/gaia.svg?branch=develop)](https://travis-ci.org/deadlylaid/gaia)
[![GitHub license](https://img.shields.io/github/license/deadlylaid/gaia.svg)](https://github.com/deadlylaid/gaia/blob/develop/LICENSE)
[![codecov](https://codecov.io/gh/deadlylaid/gaia/branch/develop/graph/badge.svg)](https://codecov.io/gh/deadlylaid/gaia)
[![Documentation Status](https://readthedocs.org/projects/gaia-aws-logfinder/badge/?version=v2.0)](https://gaia-aws-logfinder.readthedocs.io/ko/v2.0/?badge=latest)

Gaia can help you find AWS logs easily

### Install

```
pip install gaia-finder
```

### Contribute

If someone wants to contribute to Gaia, follow this process

```
pip install --upgrade setuptools pip
pip install -e .[test,doc]
```