-
doesn't look like RANGE key is supported in key_schema for create_table. is this intentional?
-
seems like having to pipe to decode is a bit terse, would you consider some short cuts to return a decoded item or list? something
```
get_map(table_name,primary_key) :: {Atom, Map}
query_maps( tabl…
-
It would be awesome if this client worked with ec2 roles, pulling credentials from instance metadata. Even better would be to use the default credentials chain that the amazon-developed clients use :)…