Written on May 18, 2021 by Danny Steenman. I created an extension for AWS CDK that adds all available https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using from AWS CDK into Visual Studio Code in the form of snippets.

The VS Code extension contains the following features: Supports all resources that are defined by CloudFormation in the form of L1 constructs in AWS CDK

https://towardsthecloud.com/blog/autocomplete-aws-cdk-constructs-vscode#have-a-look-at-a-vs-code-extension-i-made-for-aws-cloudformationHave a look at a VS Code extension I made for AWS CloudFormation If you're working with AWS CloudFormation, then you might be interested in my other VS Code extension that I created which adds autocomplete snippets for all the AWS CloudFormation resources for YAML templates.

Related Articles