dynamodb-replicator icon indicating copy to clipboard operation
dynamodb-replicator copied to clipboard

Fix incremental-snapshot

Open Dunedan opened this issue 8 years ago • 1 comments

incremental-snapshot didn't work for me without this change. Instead it would throw the following exception:

TypeError: Cannot read property 'toString' of undefined
    at Transform.stringify._transform
    (/some/path/dynamodb-replicator/s3-snapshot.js:43:33)
    at Transform._read (_stream_transform.js:167:10)
    at Transform._write (_stream_transform.js:155:12)
    at doWrite (_stream_writable.js:329:12)
    at writeOrBuffer (_stream_writable.js:315:5)
    at Transform.Writable.write (_stream_writable.js:241:11)
    at Transform.ondata (_stream_readable.js:557:20)
    at emitOne (events.js:96:13)
    at Transform.emit (events.js:191:7)
    at readableAddChunk (_stream_readable.js:178:18)

Dunedan avatar Jul 04 '17 15:07 Dunedan

Please merge

greenu avatar Mar 29 '18 15:03 greenu