dynamodb-replicator
dynamodb-replicator copied to clipboard
Cannot restore table backup done using dynamodb-replicator
I have executed command: backup-table eu-west-1/ARTIFICIAL_APPLICANT_ID s3://some-s3
backup file is on the s3 but contains binary data not json
when I run s3print s3://some-s3/ull/bba24099b07f53f5/0 | dyno import eu-west-1/TMP_ATSI_ARTIFICIAL_APPLICANT_ID
it says: undefined:1 � ^
SyntaxError: Unexpected token in JSON at position 0
at JSON.parse (
Error: write EPIPE at _errnoException (util.js:1024:11) at Socket._writeGeneric (net.js:767:25) at Socket._write (net.js:786:8) at doWrite (_stream_writable.js:387:12) at writeOrBuffer (_stream_writable.js:373:5) at Socket.Writable.write (_stream_writable.js:290:11) at Socket.write (net.js:704:40) at PassThrough.ondata (_stream_readable.js:639:20) at emitOne (events.js:116:13) at PassThrough.emit (events.js:211:7)