#aws #cloudwatch #logs

archived cloudwatch-logs-upload

Library for uploading events to AWS CloudWatch Logs

3 unstable releases

0.6.1 Nov 6, 2021
0.6.0 Jul 11, 2021
0.5.0 May 11, 2020

#9 in #cloudwatch

Apache-2.0

22KB
349 lines

cloudwatch-logs-upload

crates.io Documentation

Rust library for uploading events to AWS CloudWatch Logs.

This library uses rusoto. It handles batching events and various API limits.

See examples/upload.rs for a complete example of how the library can be used to upload batches of events from multiple threads.


lib.rs:

Rust library for uploading events to AWS CloudWatch Logs.

Dependencies

~21MB
~472K SLoC