cloudwatch-logs-upload 0.5.0

Library for uploading events to AWS CloudWatch Logs
Documentation

cloudwatch-logs-upload

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.