AWS CloudFormation DynamoDB

CloudFormation-Muster für DynamoDB-Tabellen, GSIs, TTL, Streams und Auto-Scaling.

von giuseppe-trisciuoglio · giuseppe-trisciuoglio/developer-kit

Getestet · Funktioniert ★ 8.8/10

AWS CloudFormation DynamoDB — CloudFormation-Muster für DynamoDB-Tabellen, GSIs, TTL, Streams und Auto-Scaling.

Was es kann

Liefert einsatzbereites CloudFormation-YAML für DynamoDB-Tabellen, das Schlüssel, GSIs/LSIs, Kapazitätsmodi, Verschlüsselung, TTL, Streams und Auto-Scaling abdeckt, plus eine Checkliste für Deploy/Validate/Rollback. Wird ausgelöst, wenn ein Benutzer darum bittet, eine DynamoDB-Tabelle, einen Index oder eine Backup-Einstellung speziell über CloudFormation (nicht Terraform/CDK/SAM) zu erstellen oder zu konfigurieren.

Testbericht

Eine echte GSI+TTL+PITR-Mini-Aufgabe wurde ausgeführt: Die generierte Vorlage entsprach Einschränkungen, die eine Baseline-Antwort tendenziell überspringt, wie z.B. dass Auto-Scaling PROVISIONED-Billing erfordert und TTL ein Number-Attribut benötigt, plus eine Validate/Deploy/Rollback-Checkliste, die der Baseline-Ausgabe fehlte.

Getestet am: 2026-07-14 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/giuseppe-trisciuoglio/developer-kit
cd developer-kit
mkdir -p ~/.claude/skills
cp -r plugins/developer-kit-aws/skills/aws-cloudformation/aws-cloudformation-dynamodb ~/.claude/skills/aws-cloudformation-dynamodb

Befehle & Beispiel-Prompts

  • /aws-cloudformation-dynamodbCloudFormation-Muster für DynamoDB-Tabellen, GSIs, TTL, Streams und Auto-Scaling.

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Write a CloudFormation template for a DynamoDB table with a GSI
  • Add TTL and streams to our DynamoDB table via CloudFormation
  • Set up auto-scaling for this DynamoDB table in the CF stack