Open aromka opened 3 months ago
@aromka Thanks for the heads up. I'll update the documentation in a patch version.
Regarding the putLogEventsAsync
method, it does sound useful, but I can't seem to find much documentation about it (besides reading the SDK code).
When I get some time in the coming weeks, I'll look at introducing it initially as an experimental opt-in feature.
Just FYI - this has been increased:
DescribeLogGroups
is now 10 tps andDescribeLogStreams
is now 25 tps.On the other topic, any plans to use
putLogEventsAsync
instead ofputLogEvents
when creation of log groups and log streams are disabled to minimize latency? I know there is also https://async-aws.com/clients/cloud-watch-logs.html but seems outdated as well and not functioning that well.