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

https://github.com/winebarrel/lee

tee command for CloudWatch Logs.
https://github.com/winebarrel/lee

aws cloudwatch-logs rust

Last synced: 2 months ago
JSON representation

tee command for CloudWatch Logs.

Awesome Lists containing this project

README

          

# lee

`tee` command for CloudWatch Logs.

[![Build Status](https://travis-ci.org/winebarrel/lee.svg?branch=master)](https://travis-ci.org/winebarrel/lee)

## Usage

```
Usage: lee [options]

Options:
-g, --log-group-name NAME
log group name
-s, --log-stream-name NAME
log stream name
-v, --version print version and exit
-h, --help print usage and exit
```

```sh
while true; do
date
sleep 1
done | lee -g my-group -s my-stream

# LogGroup/LogStream is created automatically
```

## Related Links

* https://github.com/winebarrel/logsf