Skip to content

Repository files navigation

DynamoDash

A modern, responsive web interface for interacting with Amazon DynamoDB.

✨ Features

  • 🔍 Browse and search DynamoDash tables
  • 📝 View and explore table items with pagination
  • 🔄 Auto-refresh for real-time data
  • 🎨 Clean, responsive UI with dark/light mode support
  • 📋 Copy JSON content with a single click
  • 🔄 Support for compressed data (gzip, zlib, deflate)
  • 🔒 Secure AWS credentials management

🚀 Getting Started

Prerequisites

  • Node.js 18.0.0 or later
  • npm or yarn
  • AWS credentials with DynamoDB access

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/dynamodb-web-ui.git
    cd dynamodb-web-ui
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
  4. Open http://localhost:3000 in your browser.

🔧 Configuration

  1. Enter your AWS credentials in the configuration panel:

    • AWS Region
    • Access Key ID
    • Secret Access Key
  2. Click "Save Configuration" to persist your settings in the browser's local storage.

🛠️ Built With

📄 License

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

🙏 Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages