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]
Towards the Cloud eliminates AWS complexity so you ship faster with confidence, cut costs by 30%, and become compliant.
Sounds too good to be true? We'll assess your AWS account for free and report exactly where you stand. You'll receive a report with security findings and cost optimization opportunities. After that you can decide whether to fix these findings yourself or let us handle it. No strings attached.

☁️ Discover how we cut AWS costs by 30% and accelerate SOC 2 compliance...
AWS complexity builds faster than you realize
What starts as simple deployment quickly spirals into inefficient architectures costing 40-60% more than needed, security blind spots risking customer data, and team burnout from operations instead of product development.
Traditional consultancies prioritize billable hours over outcomes, then disappear after setup. We do the opposite...
We provide a complete package, so you deploy faster with confidence on AWS Cloud
- ✅ Compliant multi-account Landing Zone:
- Provisions AWS accounts with security guardrails out of the box - 100% CIS benchmark compliant
- Secure Single Sign-On (SSO) for clean user access management
- Everything is built using AWS CDK ensuring consistency, version control, and repeatable deployments
- See what features are already included in our landing zone on our public roadmap
- ✅ Off-the-shelf compliant CDK components: Develop secure infra quicker without reinventing the wheel
- ✅ Complete CI/CD with easy rollbacks: Deploy more frequently because of IaC safety
- ✅ Quarterly checks: Proactively receive Cost Optimization assessments + Security Reviews
- ✅ Fractional Cloud Engineer: On-demand access to a decade of AWS Cloud experience to help you use best practices
What results can you expect when you partner with us:
- 30% Lower AWS Bill: Proactive quarterly reviews catch overspending before it happens (30-60% documented savings)
- Accelerate SOC 2/HIPAA compliance: Our Landing Zone automatically sets up security guardrails on your AWS accounts with 100% CIS compliance from day one
- Easily stay compliant: Our automated monitoring and proactive quarterly security reviews give you control so yearly audits are smooth, not stressful
- Your Team Ships Faster: Our Pre-built secure infrastructure components let your team focus on product, not AWS
- Save on hiring costs: Access expert Cloud knowledge through our flexible retainer instead of committing to a full-time Cloud Engineer
Proof: Y Combinator startup Accolade's founder on how our Landing Zone accelerated their SOC 2 certification:
"Danny's solution and AWS expertise stood out with comprehensive accelerators, documentation, and clearly articulated design principles. We achieved a perfect security score in days, not months." — Galen Simmons, CEO
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
