DEV Community

Discussion on: How to Connect AWS Application Composer in VS Code

Collapse
 
ryanycoleman profile image
Ryan Coleman

This is awesome! Once you have the AWS Toolkit extension installed, you can optionally skip the Console step and simply open your CloudFormation template in VS Code, then open with Composer (icon upper right, or right-click on file).

Composer does not require authentication, so the builder ID is only necessary if you want to use the CodeWhisperer integration to generate sample configuration for any CloudFormation resource type (those standard components in Composer).

Cheers!

Collapse
 
shrihariharidass profile image
Shrihari Haridass

Thanks buddy