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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则