obsrvbl-oss / flowlogs-reader

Command line tool and Python library for working with AWS VPC Flow Logs
Apache License 2.0
136 stars 25 forks source link

Switch to filter_log_events #13

Closed bbayles closed 8 years ago

bbayles commented 8 years ago

@mjschultz points out that using the FilterLogEvents API call would allow for simplified access to the relevant log streams. This PR makes that switch and removes the unneeded methods.

The tests get better too; there's only one patch now.