Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

nicholasbishop/cloudwatch-logs-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]

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.