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개 답변
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
전문가
답변함 일 년 전
profile picture
전문가
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠