mapbox / dyno

simple dynamodb client
MIT License
78 stars 31 forks source link

Handle bad data responses #128

Closed yhahn closed 7 years ago

yhahn commented 7 years ago

Handle a condition where data.Responses is not defined by aws-sdk-js. It's not 100% clear to me what the underlying condition for this to happen is (echoes of https://github.com/mapbox/s3scan/issues/17) -- we'll learn more by catching and handling this case correctly.

cc @rclark