Skip to content

simplymequeeny/dynamodb-client-web-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov Dependency Status

dynamodb-client-web-gui

A simple web client to view documents from AWS DynamoDB or DynamoDB Local

Getting Started

These instructions will help you how to make the dynamodb-client-web-gui web application running.

Prerequisites

Running the dynamodb-client-web-gui Web Application

1.) Download the latest release executable jar.

  • Using DynamoDB Local Your Dynamodb Local must be up and running
java -jar dynamodb-client-web-gui-1.0.0.jar --endpoint.url=[your dynamodb local endpoint] 
  • Using AWS DynamoDB Before running the dynamodb-client-web-gui web application make sure that your AWS credentials file is in place.
java -jar dynamodb-client-web-gui-1.0.0.jar [--profile=<aws profile>] 

2.) Open up a browser then go to http://localhost:9100

Wait for the web server to start up before connecting

3.) Check Wiki on how to use it

TODO

  • Creating records
  • Updating records
  • Deleting records
  • Importing data from AWS DynamoDB]

Built With

Contributing

See Guidlines

Author

See also the list of contributors who participated in this project.

Motivation

I started this web application because I use DynamoDBLocal during the development and testing stages of the ReST WS project that I am involved with.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

A simple web client to view documents from AWS DynamoDB or DynamoDB Local

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published