AWS CDK Extension Pack

This is a collection of extensions that I've curated in this vscode extension pack to help you build, deploy and manage your AWS CDK applications.
[!TIP]
AWS Done Right: Ship Faster, More Securely, at Lower Cost! Our AWS CDK Landing Zone Service helps B2B startups & enterprises achieve SOC 2 compliance 90% faster, reclaim 30% of developer capacity for product innovation while eliminating six-figure Cloud Engineering costs.
Discover how we deliver 10x AWS infrastructure value while cutting costs.

☁️ Learn more how we help businesses succeed on AWS Cloud...
AWS promises simplicity but delivers complexity. Businesses struggle with security risks and compliance requirements that divert developers from core product work.
Without AWS expertise, you face vulnerabilities, technical debt, and market delays while competitors race ahead.
Traditional consultancies worsen this by prioritizing billable hours over outcomes.
We take the opposite approach, focusing exclusively on business outcomes by eliminating AWS complexity, accelerating your developers, and securing your infrastructure through:
- Multi-account architecture with strict security boundaries
- Manage user access securely on AWS via Single Sign-On (SSO)
- Full AWS CDK implementation (Infrastructure as Code)
- Multi-region deployments supported
- Cross-account monitoring and security alerts
- View our Roadmap for all implemented and upcoming features
Upskilling and accelerating your developers
- They get access to our production-ready, security-hardened AWS CDK components
- They receive AWS best practices guidance to prevent technical debt
Providing support and maintenance
- Landing Zone gets updates and security patches
- Priority Slack/Teams support for infrastructure challenges
- Quarterly security and cost optimization assessments to stay compliant and reduce AWS costs
What This Means For Your Business
- 30% Lower TCO: Cut Total Cost by 40% through right-sized resources while eliminating the $150K+ cost of a specialized AWS hire.
- Accelerate Development: Redirect 30% of engineering time from infrastructure to revenue-generating features with pre-built, compliant CDK components.
- Compliance-Ready Infrastructure: Meet security requirements from day one with architecture that speeds up audit preparation by 90% for SOC 2, HIPAA, and other security frameworks.
All of this is included in a fixed monthly subscription. No lock-in, no large upfront costs, just predictable monthly pricing.
Book a free call to see how we deliver 10x AWS infrastructure value at a fraction of a Cloud Engineer's cost.

Included Extensions
This extension pack includes the following VS Code extensions:
- AWS Toolkit for Visual Studio Code: Provides support for developing AWS applications
- Biome: A performant linter, formatter, and more for JavaScript, TypeScript, and JSON
- Ruff: An extremely fast Python linter and code formatter
- CDK Snippets: Code snippets for AWS CDK development
- AWS IAM Actions Snippets: Adds autocomplete and snippets for all AWS IAM policy actions
- AWS IAM Service Principal Snippets: Autocompletion for AWS service principals.
- Draw.io Integration: Integrates Draw.io diagrams into VS Code
- Docker: Makes it easy to create, manage, and debug containerized applications
- Python: IntelliSense, linting, debugging, and more for Python
- Pylance: Fast, feature-rich language support for Python
- IntelliCode API Usage Examples: AI-assisted code examples for API usage
- IntelliCode: AI-assisted development features
Installation
- Open Visual Studio Code
- Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS)
- Search for "AWS CDK Extension Pack"
- Click "Install"
Configuration
After installation, you can configure the extensions to suit your preferences. Here are some recommended settings to add to your settings.json
file:
{
// Biome
"[json][jsonc]": {
"editor.defaultFormatter": "biomejs.biome",
"editor.tabSize": 2
},
"[typescript][javascript]": {
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"editor.defaultFormatter": "biomejs.biome",
"editor.tabSize": 2
},
// Ruff
"ruff.importStrategy": "useBundled",
"ruff.lint.run": "onSave",
"ruff.format.args": ["--line-length", "120"],
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.tabSize": 4
},
// Python
"python.analysis.typeCheckingMode": "standard",
"python.languageServer": "Pylance",
"python.testing.pytestEnabled": true,
// IntelliCode
"vsintellicode.typescript.completionsEnabled": true
}
To apply these settings:
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS)
- Type "Preferences: Open Settings (JSON)"
- Paste the above settings into your
settings.json
file
Feel free to adjust these settings according to your preferences and project requirements.
Usage
Once installed and configured, you can start using the extensions right away in your AWS CDK projects. The extensions will automatically enhance your development environment with features like code completion, linting, formatting, and more.
For specific usage instructions for each extension, please refer to their individual documentation.
Feedback and Contributions
If you have any feedback or suggestions for improving this extension pack, please open an issue on the GitHub repository. Contributions are always welcome!
Happy coding with AWS CDK!
Author
Danny Steenman
