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:
- Install VS Code
- Install the Stackery Serverless Tools extension by searching for it in the extensions marketplace
- Clone the repository for the stack you created using VS Code
- Open the repo as a workspace
- Open the
template.yaml
file - Click the Stackery icon in the top right to open the editor
- (Optional) Move the
template.yaml
file to the right or left to open it in split-screen view with the editor
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.