AWS CloudFormation DynamoDB

CloudFormation-mønstre for DynamoDB-tabeller, GSI'er, TTL, streams og auto-scaling.

Af giuseppe-trisciuoglio · giuseppe-trisciuoglio/developer-kit

Testet · Virker ★ 8.8/10

AWS CloudFormation DynamoDB — CloudFormation-mønstre for DynamoDB-tabeller, GSI'er, TTL, streams og auto-scaling.

Hvad det gør

Giver klar-til-brug CloudFormation YAML for DynamoDB-tabeller, der dækker nøgler, GSI'er/LSI'er, kapacitetstilstande, kryptering, TTL, streams og auto-scaling, plus en deploy/validate/rollback-tjekliste. Udløses, når en bruger beder om at oprette eller konfigurere en DynamoDB-tabel, indeks eller backup-indstilling specifikt via CloudFormation (ikke Terraform/CDK/SAM).

Testrapport

Kørte en reel GSI+TTL+PITR mini-opgave: den genererede skabelon matchede begrænsninger, et basissvar ofte overser, som f.eks. at auto-scaling kræver PROVISIONED-fakturering, og at TTL kræver et Number-attribut, plus en validate/deploy/rollback-tjekliste, som basis-outputtet manglede.

Testet: 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

Kommandoer og eksempelprompter

  • /aws-cloudformation-dynamodbCloudFormation-mønstre for DynamoDB-tabeller, GSI'er, TTL, streams og auto-scaling.

Skills udløses af almindelige forespørgsler — ingen kommandoer at huske. Efter installationen aktiverer prompter som disse skillen (på engelsk):

  • 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