cloudwatch-logs-upload

Crates.iocloudwatch-logs-upload
lib.rscloudwatch-logs-upload
version0.6.2
sourcesrc
created_at2020-05-11 08:19:55.658866
updated_at2024-03-17 17:03:32.925168
descriptionLibrary for uploading events to AWS CloudWatch Logs
homepage
repositoryhttps://github.com/nicholasbishop/cloudwatch-logs-upload
max_upload_size
id240040
size81,733
Nicholas Bishop (nicholasbishop)

documentation

README

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.

Commit count: 35

cargo fmt