intellij-dynamodb
intellij-dynamodb copied to clipboard
DynamoDB plugin for Intellij IDEA and other JetBrains IDEs
**Describe the bug** I've got a simple Scan query (copied from the request body view of the plugin): ```json { "FilterExpression": "fooId = :val_1", "ExpressionAttributeValues": { ":val_1": { "S": "some...
 The size of the headers can take up a lot of space. It would be nice to provide an option to collapse them to a json...
### Is your feature request related to a problem? Sometimes JSON values are stored as String values instead of Map, and to examine such JSONs I need to copy text...
### Is your feature request related to a problem? When comparing records or datasets between tables or envs I have to first copy a source content from the JSON view...
### Is your feature request related to a problem? DynamoDB doesn’t have a dedicated datetime data type and it is recommended to use `Number` fields with the Unix timestamp https://aws.amazon.com/blogs/database/working-with-date-and-timestamp-data-types-in-amazon-dynamodb/...
### Is your feature request related to a problem? When a DynamoDB table has a lot of attributes, it's often helpful to use "Filter Attributes" functionality to show only a...
### Is your feature request related to a problem? When looking at a DynamoDB data table with lot of columns, sometimes it's quite difficult to find a column we are...
### Is your feature request related to a problem? Currently, it is impossible to search data with scan in tables with over 1000 records  Plugin makes exaclty one call...
**Describe the bug** Column sorting when clicking on column heading doesn't order rows correctly when the rows are using an ISO formatted date time. **Steps to reproduce** When clicking on...
1. - Press Cmd+F in the table view - it opens a search bar and sets cursor into the search prompt, I can put some text there - press Escape,...