Installing JavaScript and SAM CLI
This lesson contains a continuation of the setup process which includes installing Node.js and SAM CLI.
Installing JavaScript tools #
Node.js #
In this course, you’ll be using JavaScript with Node.js for developing Lambda functions. (You do not need Node.js to work with SAM in a different language, but you will need the appropriate tools for that language.) To try examples from the book directly, you’ll need Node.js 12 or later installed. To check whether Node.js is installed on your machine, run the following command:
node --version
...