Cloudwatch logs helpers

What is this?

The following methods are added to clients instantiated using Betterboto:

Methods

betterboto.logs.get_log_events_single_page(self, **kwargs)[source]

This will continue to call get_log_events until there are no more pages left to retrieve. It will return the aggregated response in the same structure as get_log_events does.

Parameters
  • self – logs client

  • kwargs – these are passed onto the get_log_events method call

Returns

logs.get_log_events.response