AWS CloudFormation DynamoDB
CloudFormation-patronen voor DynamoDB-tabellen, GSI's, TTL, streams en auto-scaling.
Getest · Werkt
Wat het doet
Geeft kant-en-klare CloudFormation YAML voor DynamoDB-tabellen, inclusief keys, GSI's/LSI's, capaciteitsmodi, encryptie, TTL, streams en auto-scaling, plus een deploy/validate/rollback-checklist. Triggert wanneer een gebruiker vraagt om een DynamoDB-tabel, -index of -backupinstelling specifiek via CloudFormation (niet Terraform/CDK/SAM) te creëren of configureren.
Testrapport
Een echte GSI+TTL+PITR-minitaak uitgevoerd: het gegenereerde sjabloon voldeed aan beperkingen die een basislijn-antwoord vaak overslaat, zoals dat auto-scaling PROVISIONED-facturering vereist en TTL een Number-attribuut nodig heeft, plus een validate/deploy/rollback-checklist die in de basislijn-output ontbrak.
Getest op: 2026-07-14 · Claude Code 2.x (agent harness)
Installatie
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
Commando's en voorbeeldprompts
/aws-cloudformation-dynamodbCloudFormation-patronen voor DynamoDB-tabellen, GSI's, TTL, streams en auto-scaling.
Skills reageren op gewone verzoeken — geen commando's om te onthouden. Na installatie activeren prompts zoals deze de skill (in het Engels):
Write a CloudFormation template for a DynamoDB table with a GSIAdd TTL and streams to our DynamoDB table via CloudFormationSet up auto-scaling for this DynamoDB table in the CF stack