Features Pricing Catalog Docs Demos About Sign in Start free
AWS

DynamoDB

Every DynamoDB table with capacity, throttles, item count, size and feature flags (PITR, TTL).

Tier Explorer
Category Inventory
Refresh every 5 min
Scope regional
Live preview — demo data

What this pane shows

All DynamoDB tables in the account with their billing mode (provisioned versus on-demand), current RCU/WCU consumption against provisioned capacity, any throttle events in the last hour, total item count and on-disk size. Feature badges call out Point-in-Time Recovery, TTL, Global Secondary Indexes and customer-managed encryption.

Key use cases

  • Catch a table being throttled (lost writes or 503s in the app).
  • Identify provisioned tables that should switch to on-demand (or vice versa).
  • Audit which production tables lack PITR.
  • Plan capacity adjustments before a launch event.

How to embed

Drop this snippet on any HTML page that loads lp-embed.js. The pane mounts itself wherever the matching <div> is in the DOM.

<div class="lp-dynamodb-panel"
     data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
        data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/aws/dynamodb/dynamodb.js"
        defer></script>

Tier

Available on Explorer and above.

Build notes

Mock-only at the moment — live-wiring tracked in the roadmap.