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 aws-cdk-development npx -- -y @trustedskills/aws-cdk-development
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-cdk-development": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-cdk-development"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The aws-cdk-development skill enables AI agents to create, manage, and deploy infrastructure as code using AWS Cloud Development Kit (CDK). It supports defining cloud resources in TypeScript, JavaScript, or Python, and automates the deployment process through AWS CDK commands.
When to use it
- You need to provision AWS resources programmatically with reusable, version-controlled templates.
- You want to automate infrastructure setup for development, testing, or production environments.
- Your team uses Infrastructure as Code (IaC) practices and prefers a code-first approach to cloud resource management.
Key capabilities
- Define AWS infrastructure using CDK constructs in TypeScript, JavaScript, or Python.
- Synthesize and deploy stacks to AWS accounts with built-in CI/CD support.
- Manage dependencies between resources and ensure consistent deployments across environments.
Example prompts
- "Generate a CDK stack for deploying an S3 bucket with versioning enabled."
- "Create a TypeScript CDK project that provisions a VPC and EC2 instance."
- "Deploy the latest changes to my AWS CDK infrastructure using the correct CLI commands."
Tips & gotchas
- Ensure you have the AWS CLI configured and the CDK CLI installed before use.
- Use environment variables or secrets management for sensitive configuration values like access keys.
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.