lumigo-io / lumigo-CLI

Open source CLI tool to help you develop and manage serverless applications.
https://lumigo.io
Apache License 2.0
331 stars 21 forks source link

Decode Kinesis stream messages #24

Closed Binjaaa closed 5 years ago

Binjaaa commented 5 years ago

Currently, the messages are gzipped and base64 encoded. Displayed as the following:

image

theburningmonk commented 5 years ago

How are you publishing the data?

theburningmonk commented 5 years ago

Oh wait, are the data coming from CloudWatch Logs?

Binjaaa commented 5 years ago

Oh wait, are the data coming from CloudWatch Logs?

Yes, logs are from CloudWatch

theburningmonk commented 5 years ago

:tada: This issue has been resolved in version 0.14.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

theburningmonk commented 5 years ago

@Binjaaa try the latest version 0.14.0, should handle zipped content and JSON payload better now