Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.31 KB

vscode-setup-instructions.md

File metadata and controls

22 lines (14 loc) · 1.31 KB

Stackery VS Code Integration

Stackery recently released an integration with the VS Code IDE that allows you to visually create infrastructure-as-code templates within the IDE.

To use VS Code for this workshop, perform the following steps after completing the Intro module:

  1. Install VS Code
  2. Install the Stackery Serverless Tools extension by searching for it in the extensions marketplace
  3. Clone the repository for the stack you created using VS Code
  4. Open the repo as a workspace
  5. Open the template.yaml file
  6. Click the Stackery icon in the top right to open the editor

VS Code Extension

  1. (Optional) Move the template.yaml file to the right or left to open it in split-screen view with the editor

VS Code Extension

You can now visually edit your template from within VC Code rather than the browser, then git add, commit and push in the VS Code terminal to see your code in the Stackery App.

If you have any problems with setting up or using the Stackery Serverless Tools extension for VS Code, please read the docs for the extension.