mastering-aws-cdk

Build and debug AWS CDK v2 infrastructure in TypeScript.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/SpillwaveSolutions/mastering-aws-cdk-plugin --skill mastering-aws-cdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mastering-aws-cdk
Source: https://github.com/SpillwaveSolutions/mastering-aws-cdk-plugin/tree/main/skills/mastering-aws-cdk
Command: npx skills add https://github.com/SpillwaveSolutions/mastering-aws-cdk-plugin --skill mastering-aws-cdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides guidance for building and debugging AWS CDK v2 infrastructure in TypeScript.

Core Features & Use Cases

  • Pattern guidance for CDK v2 TypeScript with best practices and reusable patterns.
  • Troubleshooting CDK synth/diff/deploy failures and CloudFormation issues.
  • CI/CD guidance for GitHub Actions OIDC deployments and end-to-end pipelines.
  • Service integration references covering Lambda, API Gateway, ECS/Fargate, S3, DynamoDB, EventBridge, Aurora, and MSK.

Quick Start

Install and load the mastering-aws-cdk skill, then review the references under references to begin applying CDK v2 patterns in your projects.

Frequently Asked Questions about mastering-aws-cdk

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

FAQPage Schema
How do I debug AWS CDK v2 synth and deploy failures in TypeScript?

Troubleshoot AWS CDK v2 synth and deploy failures by identifying CloudFormation stack issues and misconfigured TypeScript constructs. This skill provides checklists and references to resolve common deployment errors and infrastructure debugging scenarios.

What are the best practices for AWS CDK v2 TypeScript patterns?

Best practices for AWS CDK v2 TypeScript patterns involve referencing reusable construct architectures and standardized deployment workflows. This skill guides architecture decisions to accelerate safe CDK adoption across common AWS services.

How do I set up GitHub Actions OIDC for AWS CDK deployments?

Set up GitHub Actions OIDC for AWS CDK by configuring end-to-end CI/CD pipelines with secure authentication. This skill provides guidance on integrating GitHub Actions workflows for continuous infrastructure deployments.

Can I use AWS CDK v2 to integrate Lambda, API Gateway, and DynamoDB?

AWS CDK v2 supports integrating Lambda, API Gateway, and DynamoDB through TypeScript constructs. This skill provides service integration references covering these and other services like ECS, EventBridge, and Aurora.

Why is my AWS CDK CloudFormation stack stuck during deployment?

AWS CDK CloudFormation deployment stalls often stem from resource dependency issues or configuration errors during the synth phase. This skill offers troubleshooting references to diagnose and resolve infrastructure deployment blocks.