What problem does it solve?
Developers and DevOps engineers frequently encounter deployment failures and configuration errors when using AWS CDK v2 to provision infrastructure, including version mismatches, deprecated APIs, region-specific resource constraints, and failed stack rollbacks that block deployment progress.
Core Features & Use Cases
- Troubleshooting Common CDK Errors: Provides actionable fixes for 13 frequent CDK v2 issues including CLI/library version mismatches, v1 feature flag deprecations, and incorrect package naming.
- AWS Service-Specific Resolutions: Addresses edge cases like RDS engine version unavailability in specific regions, reserved RDS master username restrictions, CloudFront ACM certificate region requirements, and orphaned S3 buckets after failed deployments.
- Use Case: A cloud engineer deploying a CDK stack to the ap-east-1 region can use this skill to quickly resolve RDS version mismatch errors and CloudFront certificate region issues without spending hours on manual AWS CLI troubleshooting.
Quick Start
Use the cdk-v2-deployment-patterns skill to resolve the CDK deployment error you are encountering when provisioning your AWS infrastructure.