Amazon QLDB Streams - Unknown record format with unreadable characters

0

I created a QLDB stream with console

But the record data contains unreadable characters

And it doesn't look like it is in JSON format

Unreadable records

I tried to stream a dynamoDB table to the same data stream and it works perfectly

What happened to QLDB Streams?

已提問 1 年前檢視次數 375 次
1 個回答
0
已接受的答案

I have written some blog posts with associated GitHub repositories for streaming data from QLDB out to different back end data stores. An example post is linked below, but there are several more if you look on that site

The data on the stream is in ION format, and as it is on a Kinesis Data Stream it is also base64 encoded, hence the output you are seeing.

profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南