cloudwatch icon indicating copy to clipboard operation
cloudwatch copied to clipboard

Treat cloudwatch log streams as io.Reader and io.Writers.

Results 2 cloudwatch issues
Sort by recently updated
recently updated
newest added

If a log stream exists this patch will fetch the next sequence token and continue writing to the log stream with the latest sequence number.

`bufio.Scanner` appears to not play nicely with readers that return zero bytes with a nil error too often. See this commit where the behaviour was introduced https://github.com/golang/go/commit/591d4a47aefc74d96ec283abada57868a37d1f19 I'm quite new...