TylerBrock / saw

Fast, multi-purpose tool for AWS CloudWatch Logs
MIT License
1.41k stars 79 forks source link

Fix runtime panic caused by empty streams #57

Open jlucktay opened 4 years ago

jlucktay commented 4 years ago

If a stream is encountered which does not yet have any events, a runtime panic will occur. Adding this check should prevent that. Fixes #53.

Also added the generated go.sum file which should be checked in alongside go.mod.