Aws Cdk Development
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add hainamchung-aws-cdk-development npx -- -y @trustedskills/hainamchung-aws-cdk-development
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hainamchung-aws-cdk-development": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hainamchung-aws-cdk-development"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables the creation and deployment of AWS infrastructure using the AWS Cloud Development Kit (CDK). It allows users to define cloud resources in familiar programming languages like Python, TypeScript, or Java, which are then translated into AWS CloudFormation templates. This simplifies the process of building and managing complex AWS environments.
When to use it
- Automating the creation of new development or testing environments on AWS.
- Deploying infrastructure-as-code for applications requiring specific AWS resources (e.g., EC2 instances, S3 buckets, databases).
- Managing existing AWS infrastructure by updating configurations through code changes and deployments.
- Creating repeatable deployment pipelines for consistent infrastructure provisioning.
Key capabilities
- Infrastructure as Code (IaC) using familiar programming languages.
- Automated generation of CloudFormation templates.
- Deployment of resources to AWS accounts and regions.
- Supports multiple programming languages: Python, TypeScript, Java.
Example prompts
- "Create a CDK stack that deploys an S3 bucket with versioning enabled."
- "Generate the code for a CDK application that creates an EC2 instance with a specific AMI."
- “Deploy my existing CDK infrastructure to the us-east-1 region.”
Tips & gotchas
- Requires familiarity with AWS CloudFormation and at least one supported programming language (Python, TypeScript, or Java).
- Ensure proper IAM permissions are configured for the AI agent to interact with your AWS account.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.