aws-cdk

Automate AWS CDK infrastructure authoring, deployment, and troubleshooting in TypeScript or Python.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-cdk-andrekurait
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cdk
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/plugins/aws-core/skills/aws-cdk
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-cdk-andrekurait

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

CDK infrastructure authoring, deployment, and troubleshooting can be error-prone and repetitive; this skill provides structured guidance and best-practice workflows to streamline AWS CDK projects in TypeScript or Python.

Core Features & Use Cases

  • Author, deploy, and troubleshoot AWS CDK infrastructure following best practices.
  • Support for bootstrapping environments, synth/diff/deploy workflows, drift resolution, and resource imports/migrations.
  • Use cases include scalable stack design, troubleshooting CloudFormation issues, and maintaining safe refactors without resource replacement.

Quick Start

Run the CDK workflow to bootstrap, synth, diff, and deploy your stacks.

Frequently Asked Questions about aws-cdk

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

FAQPage Schema
How do I deploy AWS CDK infrastructure in TypeScript or Python?

Deploying AWS CDK infrastructure involves bootstrapping environments, synthesizing templates, diffing changes, and deploying stacks following structured best-practice workflows for TypeScript or Python.

What is the best way to troubleshoot CloudFormation errors during a CDK deployment?

Troubleshooting CloudFormation errors during CDK deployment requires following structured debugging steps to identify synthesis failures, resolve stack drift, and correct template generation issues.

Can I import or migrate existing AWS resources into a CDK stack without replacing them?

Yes, you can import or migrate existing AWS resources into a CDK stack to maintain safe refactors without triggering resource replacement, following specific import and migration guidance.

How do I resolve configuration drift in AWS CDK stacks?

Resolving configuration drift in AWS CDK stacks involves applying drift handling patterns and troubleshooting steps to align deployed infrastructure with your current stack definitions.

Does AWS CDK support both Python and TypeScript for scalable stack design?

Yes, AWS CDK supports both Python and TypeScript for authoring scalable stack designs, providing best-practice patterns to streamline infrastructure as code projects in either language.