This skill provides Claude with domain-specific patterns and implementation logic for deploying DynamoDB tables via AWS CloudFormation. It covers the full lifecycle of NoSQL database infrastructure, including configuring primary keys, Global and Local Secondary Indexes (GSI/LSI), capacity modes, and auto-scaling policies. By utilizing modular template structures with parameters, mappings, and cross-stack references, it ensures that your database infrastructure is scalable, maintainable, and aligned with AWS architectural best practices for security and performance.
Key Features
01Secure configuration of encryption at rest and Point-in-Time Recovery
02Advanced index management including GSIs and LSIs with projection settings
03Data lifecycle management via TTL and DynamoDB Streams for change capture
04Automated creation of DynamoDB tables with HASH and RANGE keys
05Implementation of Auto Scaling policies and capacity mode configurations
0684 GitHub stars