Skip to content

Commit

Permalink
Updating CHANGELOG with workaround for customers blocked in special r…
Browse files Browse the repository at this point in the history
…egions.
  • Loading branch information
joshua-kim authored and Cory-Bradshaw committed Mar 23, 2020
1 parent 1092c8d commit 763d506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 763d506

Please sign in to comment.