dynamodb

Automate DynamoDB table, item, index, and backup management via AWS CLI.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill dynamodb-david-2814
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dynamodb
Source: https://github.com/david-2814/claw-aws/tree/main/skills/dynamodb
Command: npx skills add https://github.com/david-2814/claw-aws --skill dynamodb-david-2814

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DynamoDB operations such as creating tables, configuring indexes, performing read/write actions, and managing backups can be error-prone and time-consuming when done manually via the AWS CLI. This Skill streamlines table lifecycle management, backups, and performance tuning in a repeatable way.

Core Features & Use Cases

  • Create and configure DynamoDB tables with primary keys and indexes to support scalable data access.
  • Perform read/write operations, query, and scan on tables, and manage backups and PITR for data safety.
  • Use cases include provisioning production-ready tables, implementing point-in-time recovery, and exporting data patterns for analytics.

Quick Start

Install the AWS CLI and run DynamoDB commands to create a table named MyTable with a primary key 'id' and enable PITR.

Frequently Asked Questions about dynamodb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate DynamoDB table creation and index configuration using the AWS CLI?

Automate DynamoDB table creation by defining primary keys and indexes through AWS CLI commands. This Skill provisions production-ready tables and configures scalable data access patterns in a repeatable way without manual CLI errors.

Can I enable Point-In-Time Recovery for DynamoDB tables via the command line?

Yes, you can enable Point-In-Time Recovery (PITR) for DynamoDB tables via the AWS CLI. This Skill manages PITR and backups to ensure data safety and prevent accidental data loss across development and production environments.

What IAM permissions are required to manage DynamoDB backups and tables with the AWS CLI?

Managing DynamoDB backups and tables requires IAM permissions for dynamodb:* operations. You must configure these IAM credentials alongside AWS CLI v2 before executing provisioning, querying, or backup management tasks.

How do I perform read and write operations on a DynamoDB table from the terminal?

Perform DynamoDB read and write operations from the terminal by running AWS CLI query and scan commands. This Skill automates these actions, streamlining item updates and data retrieval while reducing manual command syntax errors.

What is the best way to export DynamoDB data patterns for analytics?

The best way to export DynamoDB data patterns for analytics is by automating scan operations and backup management through this Skill. It facilitates exporting data patterns safely while maintaining Point-In-Time Recovery safeguards.

Are there safeguards against accidental data loss when updating DynamoDB resources?

Yes, there are safeguards against accidental data loss when updating DynamoDB resources. This Skill implements Point-In-Time Recovery and structured backup management to protect your data during provisioning and update operations.