intellij-dynamodb icon indicating copy to clipboard operation
intellij-dynamodb copied to clipboard

DynamoDB plugin for Intellij IDEA and other JetBrains IDEs

Results 12 intellij-dynamodb issues
Sort by recently updated
recently updated
newest added

**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...

bug

![Screenshot from 2023-03-07 15-41-12](https://user-images.githubusercontent.com/8757011/223581380-1faacf31-a583-493b-8479-94966be794d8.png) 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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/...

enhancement

### 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...

enhancement

### 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...

enhancement

### Is your feature request related to a problem? Currently, it is impossible to search data with scan in tables with over 1000 records ![image](https://github.com/user-attachments/assets/a67e7b84-ba55-4d5d-aef9-2db0367b82e4) Plugin makes exaclty one call...

enhancement

**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...

bug

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,...

bug