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 leegonzales-aws-cdk-development npx -- -y @trustedskills/leegonzales-aws-cdk-development
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"leegonzales-aws-cdk-development": {
"command": "npx",
"args": [
"-y",
"@trustedskills/leegonzales-aws-cdk-development"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables automated development and deployment of infrastructure as code using AWS CDK (Cloud Development Kit). It allows you to define cloud resources in familiar programming languages like Python, TypeScript, or Java, which are then translated into CloudFormation templates. This facilitates repeatable, version-controlled infrastructure deployments.
When to use it
- Automated Infrastructure Provisioning: Quickly create and configure AWS resources (e.g., EC2 instances, S3 buckets, databases) without manual configuration in the AWS console.
- Infrastructure as Code Management: Manage your cloud infrastructure using version control systems like Git for better tracking and collaboration.
- Consistent Environments: Deploy identical environments across different stages (development, testing, production) with ease.
- Rapid Prototyping: Quickly build and test new AWS-based applications and services.
Key capabilities
- Defines infrastructure using familiar programming languages.
- Generates CloudFormation templates from code.
- Supports Python, TypeScript, and Java.
- Enables version control of infrastructure definitions.
- Automates deployment processes.
Example prompts
- "Generate a CDK stack for an S3 bucket with encryption enabled."
- "Deploy the existing CDK application to my development environment."
- "Create a CDK app that provisions an EC2 instance and sets up security groups."
Tips & gotchas
- Requires familiarity with AWS concepts and CloudFormation.
- Ensure you have the AWS CLI configured with appropriate credentials before using this skill.
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.