This extension adds L1 Construct snippets from AWS CDK in Visual Studio Code.
[!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 a simple deployment quickly spirals into inefficient architectures that cost 40-60% more than needed, security blind spots that risk customer data, and teams that burnout from managing operations on AWS instead of building product.
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
✅ 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
"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
New in version 2!
Added support for L1 constructs snippets in AWS CDK Python! Open up a CDK Python project and type l1 to trigger the L1 construct autocomplete.
Features
Comprehensive Support: Seamlessly integrates all CloudFormation resources as L1 constructs within CDK, ensuring you have access to the latest AWS offerings.
Effortless Autocomplete: Activate autocomplete with l1-<cloudformation-resource> to streamline your coding process.
Weekly Updates: Construct snippets are refreshed weekly in line with AWS's updates to their CloudFormation Resource Specification, keeping you on the cutting edge.
Placeholder Support: Navigate efficiently through resource properties using the Tab key, thanks to built-in placeholder functionality.
Required Property Highlighting: Easily identify mandatory properties, highlighted with a // required comment for your convenience.
Documentation at Your Fingertips: Access the corresponding CDK resource documentation directly from the autocomplete prompt, enriching your development experience.
Add L1 constructs using their short prefix (e.g. l1-s3-bucket for s3.CfnBucket).
Example:
Note: Once you start typing a prefix (explained in step 3), the corresponding snippet shows up in the dropdown menu. If this doesn't happen automatically, press ctrl + space to invoke IntelliSense and search for the prefix of the resource type that you want to add (as listed in step 3).
AWS CDK Examples
Explore our AWS CDK Examples repository - a rich collection of TypeScript-based solutions that bring your cloud architecture to life. Crafted by a seasoned AWS professional.
Support
If you have a feature request or an issue, please let me know on Github