Skip to content
| Marketplace
Sign in
Visual Studio Code>Education>CloudFormation Documentation LinksNew to Visual Studio Code? Get it now.
CloudFormation Documentation Links

CloudFormation Documentation Links

Douglas Thomson

|
3 installs
| (0) | Free
Provides links to relevant cloudformation documentation directly in cloudformation templates
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cloudformation Documentation Links

This extension add links to AWS resources in CloudFormation templates.

Features

Adds a link to the AWS documentation when a Type declaration is found.

Implementation is basic - it searches each line for a Type attribute with a value of an AWS resource. The link uri is constructed using the service name and data type name.

Links work for AWS cloudformation resources and Serverless resources only.

yaml-link-display-iam-role

json-link-display-iam-role

aws-docs-iam-role

yaml-link-display-serverless-function

aws-docs-serverless-function

Known Issues

This extension is activated for all json and yaml file types which will cause excessive activations. Additionally there isn't a limit to number of lines scanned. This could result in slow down when interacting with large files which are now cloudformation templates.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft