aws-cdk-development

Guide AWS CDK development across TypeScript and Python with MCP integrations.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill aws-cdk-development-hongmaple0820
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cdk-development
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/integrations/aws-cdk/skills/aws-cdk-development
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill aws-cdk-development-hongmaple0820

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, cdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

AWS Cloud Development Kit (CDK) development requires up-to-date guidance, patterns, and tooling to design, implement, and deploy scalable AWS infrastructure. This skill provides structured, MCP-enabled guidance for building infrastructure with CDK across TypeScript and Python, helping teams adopt best practices and streamlined workflows.

Core Features & Use Cases

  • Integrated MCP servers for CDK construct recommendations, best practices, and deployment patterns
  • Clear guidance on CDK principles such as automatic resource naming, construct usage, and pre-deployment validation
  • End-to-end workflow support from stack design and synthesis to deployment, including security considerations and operational patterns

Quick Start

Ask for AWS CDK deployment guidance and start with synthesizing a stack or configuring a CDK project.

Frequently Asked Questions about aws-cdk-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy AWS CDK stacks using infrastructure-as-code best practices?

AWS CDK stack deployment uses constructs to synthesize templates, applying pre-deployment validation and best practices for automatic resource naming. This structured workflow guides infrastructure design, synthesis, and secure deployment across TypeScript and Python environments.

What is AWS CDK and how does it work with constructs?

AWS CDK is a framework for defining cloud infrastructure in code using constructs, which are reusable building blocks that synthesize into AWS CloudFormation templates. It enables developers to design scalable AWS infrastructure using familiar programming languages like TypeScript and Python.

Can I use MCP integrations for AWS CDK tooling scenarios?

Yes, integrated MCP servers provide CDK construct recommendations, deployment patterns, and best practices directly within the development workflow. These MCP integrations support CDK tooling scenarios by offering actionable guidance for infrastructure design and deployment.

What's the best way to structure a new CDK project for scalable AWS infrastructure?

Structuring a new CDK project requires applying core principles like construct usage and automatic resource naming, then validating the stack design before synthesis. This approach ensures scalable AWS infrastructure by integrating security considerations and operational patterns end-to-end.

Do I need jq and cdk installed to use this AWS infrastructure workflow?

Yes, the CDK development workflow requires both the cdk command-line tool for synthesizing and deploying stacks, and jq for processing JSON outputs throughout the infrastructure-as-code lifecycle. These dependencies enable pre-deployment validation and deployment automation.

When should I run pre-deployment validation in my CDK workflow?

Pre-deployment validation should run after synthesizing your CDK stack and before executing the deployment command. This validation step checks construct configurations and applies security considerations to prevent infrastructure deployment failures in AWS.