Prerequisites

Install Visual Studio Code

Install VSCode https://code.visualstudio.comarrow-up-right

Install these extensions:

  • TSLint

  • Beautify

  • Gitlens

  • Code Spell Checker

  • Todo+

These extensions are optional but they will make your life easier.

Install Docker

In order to run SAM locally, we need to install docker.

Install docker; the documentation here https://docs.docker.com/install/arrow-up-right

Install Node.js

Documentation is here: https://nodejs.org/en/arrow-up-right

Install Python 3

Install Python; documentation here https://www.python.org/downloads/arrow-up-right

Last updated