Loading repository data…
Loading repository data…
bykka / repository
A simple AWS DynamoDB viewer
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
It's a simple DynamoDB graphical client written on JavaFX.
This client allows easy viewing, editing, creating, and deleting of data.
The main idea of the client is to reach the required data in a few clicks without thinking a scan or query operation is required for that.
The client only requires properly configured settings for the AWS CLI tool. Read the official AWS CLI documentation if it is not configured yet. Or configure a new remote or local profile manually using the "Create a new profile" dialog.
Examples are based on "hello world"
| Filter name | Example |
|---|---|
| EQUALS | hello world |
| NOT_EQUALS | !=hello world |
| BEGINS_WITH | ^hello |
| CONTAINS | ~world |
| NOT_CONTAINS | !~something |
| EXISTS | $ |
| NOT_EXISTS | !$ |
At least Java 17 and maven to build and run the application.
Execute the next command to build
mvn clean package
A jar file with all dependencies will be created in the target/fatJar directory.
To run the application simply execute the command
java -jar target/fatJar/DynamoIt-<version>.jar
To build a portable bundle
mvn clean package -Ppackage
The main screen (Light theme)
The main screen with filters (Dark theme)
The edit item dialog
The compare dialog
A new profile dialog
Indexes information dialog