DynamoDB ExportTableToPointInTime without the Item object

0

Hi there,

I just took a backup from dynamoDB using ExportTableToPointInTime but the json has an "Item" object as a top root. Is there anyway I can back it up without the "Item" object as a root?

Instead of "Item": { "zip":{"s":"760583462" }, "LastUpdated":{ "n":"1562710461" }, ... }

this { "zip":{ "s":"760583462" }, "LastUpdated":{ "n":"1562710461" }, ... }

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

No, this is the way that DDB-JSON is formatted, and thats what you are exporting to. If you need a different data format, you would have to roll your own export job, using something like AWS Glue for example.

profile pictureAWS
專家
已回答 1 年前
profile picture
專家
已審閱 1 年前

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

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

回答問題指南