← ClaudeAtlas

aws-cdk-developmentlisted

AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.
Microck/ordinary-claude-skills · ★ 394 · DevOps & Infrastructure · score 79
Install: claude install-skill Microck/ordinary-claude-skills
# AWS CDK Development This skill provides comprehensive guidance for developing AWS infrastructure using the Cloud Development Kit (CDK), with integrated MCP servers for accessing latest AWS knowledge and CDK utilities. ## Integrated MCP Servers This skill includes two MCP servers automatically configured with the plugin: ### AWS Documentation MCP Server **When to use**: Always verify AWS service information before implementation - Search AWS documentation for latest features and best practices - Check regional availability of AWS services - Verify service limits and quotas - Confirm API specifications and parameters - Access up-to-date AWS service information **Critical**: Use this server whenever AWS service features, configurations, or availability need verification. ### AWS CDK MCP Server **When to use**: For CDK-specific guidance and utilities - Get CDK construct recommendations - Retrieve CDK best practices - Access CDK pattern suggestions - Validate CDK configurations - Get help with CDK-specific APIs **Important**: Leverage this server for CDK construct guidance and advanced CDK operations. ## When to Use This Skill Use this skill when: - Creating new CDK stacks or constructs - Refactoring existing CDK infrastructure - Implementing Lambda functions within CDK - Following AWS CDK best practices - Validating CDK stack configurations before deployment - Verifying AWS service capabilities and regional availability ## Core CDK Principles ### Resource Naming **C