DynamoDB的ExportTableToPointInTime不使用Item作为Root

0

【以下的问题经过翻译处理】 你好,

我刚才使用ExportTableToPointInTime从dynamoDB备份了一个json,但是它的顶层是一个“Item”对象。有没有办法在备份时不将“Item”对象作为顶层?

这是备份出的样式: "Item": { "zip":{"s":"760583462" }, "LastUpdated":{ "n":"1562710461" }, ... }

我希望备份出的样式是这样的: { "zip":{ "s":"760583462" }, "LastUpdated":{ "n":"1562710461" }, ... }

profile picture
ESPECIALISTA
feita há 9 meses62 visualizações
1 Resposta
0

【以下的回答经过翻译处理】 不可以,这是DDB-JSON的格式,也是你正在导出的格式。如果你需要不同的数据格式,你需要自己创建导出作业,例如使用AWS Glue。

profile picture
ESPECIALISTA
respondido há 9 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas