소개
This skill enforces a type-driven development approach for AWS CDK projects by providing strict naming conventions for types, functions, files, and cloud resources. It helps developers maintain a clean, professional codebase by favoring type declarations over interfaces, implementing environment-aware resource naming to avoid naming collisions across regions, and standardizing export patterns for better modularity in CDK construct libraries.