circles-learning-labs / ecto_adapters_dynamodb

DynamoDB adapter for Elixir's Ecto Database layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Major version 3 - upgrade ex_aws_dynamo to version 4

darrenklein opened this issue · comments

ExAws.Dynamo now supports writing empty string attributes, a feature that was added to DDB this past May - we should upgrade that dependency and make sure everything is behaving as normal. This will likely be a major version release, as it has the potential to be a breaking change for some use cases.

Additionally, bump the DDB release version info in the README.