#logs #cloudwatch #aws

deprecated cloudwatch-logs-upload

Library for uploading events to AWS CloudWatch Logs

4 releases

0.6.2 Mar 17, 2024
0.6.1 Nov 6, 2021
0.6.0 Jul 11, 2021
0.5.0 May 11, 2020

#14 in #cloudwatch

Download history 1/week @ 2024-02-14 4/week @ 2024-02-21 2/week @ 2024-02-28 113/week @ 2024-03-13 21/week @ 2024-03-20

137 downloads per month

Apache-2.0

24KB
349 lines

This tool is no longer under active development. If you are interested in taking over or repurposing the name on crates.io, feel free to contact me: nbishop@nbishop.net

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

~26MB
~563K SLoC