Skip to content

Latest commit

 

History

History
executable file
·
38 lines (23 loc) · 1.75 KB

verify-the-requirements.md

File metadata and controls

executable file
·
38 lines (23 loc) · 1.75 KB

1. Verify the Requirements

To complete this sample, you will need to verify that you have access to the internet, the required developer accounts, and have the appropriate tools installed on your computer.

Check for Internet Access

You will be connecting to different Amazon Web Services (AWS) services and dynamically pulling down required libraries and other supporting materials. Verify you can access the internet and that you can control your local firewall and network security.

Check for the Required Accounts

To work with this sample, you will need both an Amazon Developer account and an Amazon Web Services account.

Check for the Required Tools

For successful implementation of this sample, you will need a current version of Node.JS.

Node.JS

Node version 12 or greater is required to run the client on your local machine. At a command line, you can verify which version is installed by running the command:

node --version

Python (Optional)

The Lambda function used to pass message from Alexa to your virtual fireplace was written in Python. You do not need Python (or need to know Python) to continue this tutorial, but if you would like to run the function locally, you'll need Python 3.7+.

Checkpoint

  • You should be able to access both your AWS and Alexa Developer accounts.
  • From a command-line you should be able to execute node --version and confirm that Node v12+ is installed.

Next to Step 2. Get the Sample


Return to the Instructions