taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Ensure result metadata is returned for queries & scans #132

Closed kipz closed 4 years ago

kipz commented 4 years ago

Looks like recent PR's introduced this regression - there were no tests covering response meta-data from scans/queries!

joelittlejohn commented 4 years ago

Cool, we have a test now :tada:

Good find. When Travis is green I'll merge.