guardian / kinesis-logback-appender

LOGBack Appender for writing data into a Kinesis Stream
Apache License 2.0
40 stars 25 forks source link

adding KinesisSynchronousAppender for aws Lambda function logging #19

Open henry-megarry opened 6 years ago

henry-megarry commented 6 years ago

When trying to use this library in aws lambda, the asynchronous kinesis client didn't finish before the main lambda thread therefore never getting run. This new appender uses the synchronous kinesis client for a guaranteed kinesis call.

sihil commented 6 years ago

Thanks @henry-megarry - out of interest how are you finding using this with Lambda over and above CloudWatch Logs.