nearform / cloudwatchlogs-stream

Stream interfacet to CloudWatch Logs
MIT License
11 stars 2 forks source link

Feature/primitive queue #1

Closed timkoopmans closed 9 years ago

timkoopmans commented 9 years ago

Perhaps something simple like this to cater for higher volume event logging ...

while true; do echo "`date` testing"; sleep 0.1; done | /usr/local/bin/cloudwatchlogs -a 41414141 -s 41414141 -r us-west-2 -g production -t test -b 16

Apologies for my crappy JS ..

mcollina commented 9 years ago

I'm :+1: on this. @dberesford what do you think?

dberesford commented 9 years ago

Yes this looks great, thanks @90kts, will get this merged and published.