2.2.6
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