Prerequisites

Install Visual Studio Code

Install VSCode https://code.visualstudio.com

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/

Install Node.js

Documentation is here: https://nodejs.org/en/

Install Python 3

Install Python; documentation here https://www.python.org/downloads/

Last updated

Was this helpful?