Supports streams of events instead of large JSON documents to make select/generate more efficient #112
Labels
enhancement
generate-feature
Issues regarding the generation of IAM Policies from Events
performance
select-feature
Issues regarding the selection of relevant events
At the moment,
trailscraper select
produces a full JSON document with the same format as it would appear in a normal CloudTrail JSON file.trailscraper generate
reads this format.This is very flexible as it composes well with other tools that might be used to deal with this kind of data. However, it takes a while longer (and possibly generates more overhead) since each step needs to completely finish their operation before handing it off the the next step.
If we'd output the selected events one by one as we found them, generate could already get to work on them.
Next step:
The text was updated successfully, but these errors were encountered: