Install Stacktape
1. Connect your AWS account
If you don't have AWS account, create new AWS account.
If you don't have Stacktape account, create new Stacktape account.
To connect Stacktape to your AWS account, navigate to Stacktape console.
The connection process takes ~2-3 minutes.
2. Install Stacktape
Copy
iwr https://installs.stacktape.com/windows.ps1 -useb | iex
After the installation is complete, you might need to manually add Stacktape bin folder to PATH environment variable. To do it, follow the instruction printed to the terminal.
3. (optional) Configure AWS profile on your system
If you chose a manual connection mode in step 1, you will also need to configure AWS credentials on your system.
To obtain your AWS credentials, follow the configure AWS profile guide.
Copy
stacktape aws-profile:create
4. (optional) Install VS code extension
For an improved developer experience, you can install the
VS code extension. It provides
validation, autocompletion, suggestions and more. The name of the extension is Stacktape
.