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]
We eliminate AWS complexity so you ship faster, spend less, and stay compliant.
Our managed AWS service gives you three things: a production-grade AWS CDK Landing Zone with built-in compliance controls, proactive monitoring that stops cost waste and security drift, and senior AWS expertise that speeds up your team's delivery.
Book a free demo to see where you stand and what we'd fix first:

⚡ See the symptoms of a missing AWS foundation and how we solve them
AWS starts simple. Then you scale: production and staging blur together, resources multiply without owners, IAM policies accumulate exceptions, security findings pile up in backlogs, and the bill climbs month after month.
Those are symptoms of a missing AWS foundation. Without one, your developers spend more time fixing problems than shipping features.
We provide that foundation and own it entirely, so your team focuses on shipping, not firefighting.
Here's what's included:
1. We Provision a Secure AWS CDK Landing Zone That Accelerates Compliance
2. We Monitor Proactively to Stop Cost Waste and Security Drift
- Quarterly cost reviews catch unattached volumes, oversized instances, and orphaned resources before they compound. AWS spend drops 20-30% on average, with outliers hitting 60+%
- Continuous security monitoring across all accounts catches misconfigurations immediately. You get alerts while issues are still fixable, not after they're breaches
3. We Provide Senior AWS Expertise That Speeds Up Delivery
- Your developers get production-ready IaC templates for common patterns: multi-AZ applications, event-driven architectures, secure data pipelines. What takes weeks of research ships in hours
- Architecture guidance on VPC design, IAM policies, disaster recovery, and observability from engineers who've solved these problems at enterprise scale
"We achieved a perfect security score in days, not months."
Galen Simmons, CEO of Accolade (Y Combinator startup)
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
- Boto3 IDE: Provides intelligent code completion, type checking, and documentation for AWS boto3 SDK
- 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
