TylerBrock/saw

Cost regarding AWS CloudWatch API calls

gustavomassa opened this issue · 1 comments

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?

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