TylerBrock / saw

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

Cost regarding AWS CloudWatch API calls #59

Closed gustavomassa closed 2 years ago

gustavomassa commented 3 years ago

Hello, thank you for this amazing project.

I have some questions regarding the cost of watching/filtering log streams, how many API calls the tool will do to filter one stream? And if I want to tail/watch the log stream forever, the tool does one API call to start it, or has some kind of pooling/event to update/check if new data is available?

Clasyc commented 3 years ago

I may be wrong, but from a quick look, it seems it makes call every second when pooling.