AWSTail

AWSTail is a tail like tool for AWS Cloudwatch.

This is a simple tool that allows you to monitor your AWS Cloudwatch logs in a way similar to tail -f.

To install just download the binaries from the release page or clone this repo and build it yourself.

```sh awstail 0.5.0 Like tail but for Amazon

USAGE: awstail.exe [FLAGS] [OPTIONS]

FLAGS: -h, --help Prints help information -l, --list -V, --versionPrints version information

OPTIONS: -f, --filter -g, --group -p, --profile [default: default] -r, --region [default: us-east-1] -s, --since [default: 5min] -t, --timeout [default: 30s] -w, --watch [default: 30s] ```