Summary: 11 instances, 11 unique Text Count // TODO: support following parameters 1 // TODO: currently --set 'thatdate = "2020-02-02"' doesn't work bacause of "-". Need to use more smart parser. 1 // TODO: ConditionExpression support --condition/-c 1 // TODO: support list_append|if_not_exists in update SET action. 1 // TODO: support updating CU of the table with GSI. If the table has GSIs, you must specify CU for them at the same time. 1 // TODO: reduce # of DescribeTable API calls. table_schema function is called every time you do something. 1 // TODO: better handling of whitespaces 1 provisioned_throughput: None, // TODO: assign default rcu/wcu if base table is Provisioned mode. currently it works only for OnDemand talbe. 1 // TODO: Show rough progress bar (sum(scan_output.scanned_item)/item_size_of_the_table(6hr)) to track progress. 1 // TODO: Parallel scan to make it faster https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.ParallelScan 1 // TODO: support --set 'listAttr = [1,2]'. Currently mistakenly parse/split it by "," as ["listAttr = [1" and "2]". 1