Improve setup documentation, correctly set ex_aws config variables, support latest DDB local
Pre-release
Pre-release
The setup instructions in the README have been revised and clarified, and some missing details have been filled in.
In earlier beta/alpha releases, the adapter was failing to pass some of its config values to :ex_aws
- this has been resolved, the configuration shown in the README will now work correctly.
The latest versions of production DDB and DDB local (1.11.478
) no longer returns a "BillingModeSummary"
for tables with provisioned throughput when describe_table
is called on those tables; this release fixes a bug that was caused by that missing key, but allows for backwards compatibility for local version 1.11.477
- though it is recommended that users should update to the latest version locally. See #53 for more information on this.