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" }, ... }

posta un anno fa252 visualizzazioni
1 Risposta
1
Risposta accettata

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
ESPERTO
con risposta un anno fa
profile picture
ESPERTO
verificato un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande