taoensso / faraday

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

Ensure throughput default works for GSI's #131

Closed kipz closed 4 years ago

kipz commented 4 years ago

I introduced an issue in https://github.com/Taoensso/faraday/pull/130 whereby an exception was thrown if no throughput or billing mode is specified.

This adds a test and resolves the issue.