Open cmerrick opened 9 years ago
Per this AWS doc the Cloudwatch Logs Subscription feature gzips the data it puts into kinesis.
This library can't currently support this use case.
I'll build this out. I'm debating between making decoders generally composable vs. building a single specific gzip+json decoder. Recommendations appreciated.
Maybe you can extend the existing JsonDecoderModule
Per this AWS doc the Cloudwatch Logs Subscription feature gzips the data it puts into kinesis.
This library can't currently support this use case.