Open henry-megarry opened 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.
Thanks @henry-megarry - out of interest how are you finding using this with Lambda over and above CloudWatch Logs.
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.