Skip to content

2.2.6

Compare
Choose a tag to compare
@matusfaro matusfaro released this 26 Nov 03:27
· 25 commits to master since this release
2.2.6
9bb4d9b

Features:

  • Expose fetchShardNextPage query consumer
  • Added getTableName method
  • Accept a tableName instead of tablePrefix during init, depracated tablePrefix

Fixes:

  • When calling create table, for minimizing number of requests, a describe TTL request was sent to determine whether TTL is correctly set and whether table exists. But LocalStack has a bug that it returns a TTL response for a non-existent table. To fix this, we call create table always