DynamoDB sets render correctly, query nested fields, and live data streaming
Set types display properly across editors, you can query by nested map fields with dot notation, and table data now streams in sync with progress.

DynamoDB sets render correctly, query nested fields, and live data streaming
A trio of meaningful improvements to working with real DynamoDB data.
DynamoDB set types render correctly
Set types — SS (string set), NS (number set), and BS (binary set) — now display correctly in the data table, the JSON editor, and the cell editors. This fixes the cases where set values previously rendered as [Object object].
Query by nested map fields
You can now query by fields nested inside maps. Type the field path with dot notation — for example, address.city — click Add Field, and enter the expression value. The query is built against the nested path, not just the top-level attribute.
Live data streaming
Data from DynamoDB now streams into the table as AWS returns it, instead of buffering until each batch is complete. The Stream Progress indicator below the table is in sync with what’s actually rendered, so what you see and what the progress reports are the same thing.