What is Dynamo DB
# What is Dynamo DB
We have built a unified experience that let’s you quickly peruse your Dynamo data regardless if it is on local or out in the cloud.
Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. It's a fully managed, multi-region, multi-master, durable database with built-in security, backup and restore, and in-memory caching for internet-scale applications. DynamoDB can handle more than 10 trillion requests per day and can support peaks of more than 20 million requests per second.
# Commandeer Key Features
- instant switching between LocalStack and AWS
 - create tables
 - delete tables
 - view your json in a Monaco editor
 - Region Scanner - check for tables in all regions
 - view connected dynamo stream lambdas
 - add/edit/delete data
 
# Helpful Links
# Coming Soon
- easily filter by indexes
 - copy data to S3
 - download data
 - export to Terraform, Ansible, or CloudFormation
 
# Screenshots

Dynamo Tables Dashboard

Adding a new table in DynamoDB with some expanded attributes

Editting a DynamoDB record in Commandeer

Viewing a DynamoDB record in full screen

Seeing table listing with streaming option, lambda connections and more, all from the same page.