Last active
June 21, 2018 19:10
Revisions
-
thomasgohard revised this gist
Jun 21, 2018 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ # Amazon Alexa development setup for NodeJS To develop for Amazon Alexa in NodeJS, you will need the following installed on your computer: * [NodeJS v8.10 or greater](https://nodejs.org/en/download/) (to match AWS Lambda NodeJS version) * [Alexa Skill Kit Command Line Interface](https://developer.amazon.com/docs/smapi/quick-start-alexa-skills-kit-command-line-interface.html) * Text editor (e.g., [Visual Studio Code](https://code.visualstudio.com/Download)) * [Git](https://git-scm.com/downloads) You will also need the following accounts: * [Amazon Alexa account](https://alexa.amazon.ca/) -
thomasgohard revised this gist
Jun 21, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ To develop for Amazon Alexa in NodeJS, you will need the following installed on * Git You will also need the following accounts: * [Amazon Alexa account](https://alexa.amazon.ca/) * [Amazon developer account](https://developer.amazon.com/alexa) (Sign-in with your Amazon Alexa credentials to link your developer account with your Alexa account. Otherwise, you will not be able to install your Skill on your Alexa device) * [Amazon Web Services account](https://590012697664.signin.aws.amazon.com/console) (send your name to Thomas.Gohard@tbs-sct.gc.ca to request one for the duration of the Alexa proof-of-concept) * [GitHub account](https://github.com/) -
thomasgohard revised this gist
Jun 21, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,6 @@ To develop for Amazon Alexa in NodeJS, you will need the following installed on You will also need the following accounts: * [Amazon Alexa account](http://alexa.amazon.ca/) * [Amazon developer account](https://developer.amazon.com/alexa) (Sign-in with your Amazon Alexa credentials to link your developer account with your Alexa account. Otherwise, you will not be able to install your Skill on your Alexa device) * [Amazon Web Services account](https://590012697664.signin.aws.amazon.com/console) (send your name to Thomas.Gohard@tbs-sct.gc.ca to request one for the duration of the Alexa proof-of-concept) * [GitHub account](https://github.com/) -
thomasgohard revised this gist
Jun 21, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ To develop for Amazon Alexa in NodeJS, you will need the following installed on * Git You will also need the following accounts: * [Amazon Alexa account](http://alexa.amazon.ca/) * Amazon developer account (linked to your Amazon Alexa account) * Amazon Web Services account (send your name to Thomas.Gohard@tbs-sct.gc.ca to request one for the duration of the Alexa proof-of-concept) * GitHub account -
thomasgohard revised this gist
Jun 21, 2018 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,8 @@ To develop for Amazon Alexa in NodeJS, you will need the following installed on * Alexa Skill Kit Command Line Interface * Git You will also need the following accounts: * Amazon Alexa account * Amazon developer account (linked to your Amazon Alexa account) * Amazon Web Services account (send your name to Thomas.Gohard@tbs-sct.gc.ca to request one for the duration of the Alexa proof-of-concept) * GitHub account -
thomasgohard revised this gist
Jun 21, 2018 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,9 @@ To develop for Amazon Alexa in NodeJS, you will need the following installed on * NodeJS v8.10 or greater (to match AWS Lambda NodeJS version) * Text editor (e.g., Visual Studio Code) * Alexa Skill Kit Command Line Interface * Git You will also need the following accounts with Amazon: * Amazon Alexa account * Amazon developer account (linked to your Amazon Alexa account) * Amazon Web Services account (send your name to Thomas.Gohard@tbs-sct.gc.ca to request one for the duration of the Alexa proof-of-concept) -
thomasgohard created this gist
Jun 21, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # Amazon Alexa development setup for NodeJS To develop for Amazon Alexa in NodeJS, you will need the following installed on your computer: * NodeJS v8.10 or greater (to match AWS Lambda NodeJS version) * Text editor (e.g., Visual Studio Code) * Alexa Skill Kit Command Line Interface * Git