From 763d506e200d12fafb75dd7e8ef2fa249ddf8d51 Mon Sep 17 00:00:00 2001 From: jushkem <20001595+jushkem@users.noreply.github.com> Date: Fri, 6 Mar 2020 12:08:31 -0800 Subject: [PATCH] Updating CHANGELOG with workaround for customers blocked in special regions. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee57196..5c37c875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,10 @@ * [PR#657](https://github.com/awslabs/amazon-kinesis-client/pull/657) * Adding a configurable DynamoDB billing mode * [PR#582](https://github.com/awslabs/amazon-kinesis-client/pull/582) + * NOTE: Billing mode is not available in all regions; if your lease table cannot be created, use the following configuration as a workaround: + ``` + LeaseManagementConfig leaseManagementConfig = builder.leaseManagementConfig().billingMode(null).build(); + ``` ### Release 2.2.6 (November 7, 2019)