circles-learning-labs / ecto_adapters_dynamodb

DynamoDB adapter for Elixir's Ecto Database layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow users to specify index when querying

darrenklein opened this issue · comments

The adapter's default behavior is to pick the "best" index, but there are certain circumstances where the user may want to explicitly specify the index. Can we add this behavior?

Also, make sure to update the section of the README that describes the default index selection behavior to introduce this option as well.

Resolved as of version 1.2.0

9bcfa89