JSPM

dynamodb-table-entries-gui

3.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q32021F
  • License MIT

GUI for DynamoDB. Useful for local development.

Package Exports

  • dynamodb-table-entries-gui

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dynamodb-table-entries-gui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

dynamodb-table-entries-gui

A quick and dirty fork of dynamodb-admin that allows you to browse a table in DynamoDB. Use case where I personally needed this was a provisioned DynamoDB that had the table name already provided by the platform (CloudFoundry to be exact) and no access to ListTables action on DynamoDB.

This browser allows you to skip ListTables alltogether and connect to the table you specified directly through the Web GUI.

The GUI works for both Local and AWS DynamoDB instances. The endpoint url is not required when connecting to AWS.

Usage

npm install -g dynamodb-table-entries-browser

dynamodb-table-entries-browser --open --port 8001

CLI Options:
 --open / -o - opens server URL in a default browser on start
 --port PORT / -p PORT -  Port to run on (default: 8001)

Screenshots

Home Page

Table View