Skip to content

Instantly share code, notes, and snippets.

@thomasgohard
Last active June 21, 2018 19:10

Revisions

  1. thomasgohard revised this gist Jun 21, 2018. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions alexa-dev-setup-nodejs.md
    Original 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 (to match AWS Lambda NodeJS version)
    * Text editor (e.g., Visual Studio Code)
    * Alexa Skill Kit Command Line Interface
    * Git
    * [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/)
  2. thomasgohard revised this gist Jun 21, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion alexa-dev-setup-nodejs.md
    Original 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 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/)
  3. thomasgohard revised this gist Jun 21, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions alexa-dev-setup-nodejs.md
    Original 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 (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
    * [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/)
  4. thomasgohard revised this gist Jun 21, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion alexa-dev-setup-nodejs.md
    Original 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
    * [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
  5. thomasgohard revised this gist Jun 21, 2018. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions alexa-dev-setup-nodejs.md
    Original 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 with Amazon:
    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)
    * 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
  6. thomasgohard revised this gist Jun 21, 2018. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion alexa-dev-setup-nodejs.md
    Original 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
    * 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)
  7. thomasgohard created this gist Jun 21, 2018.
    7 changes: 7 additions & 0 deletions alexa-dev-setup-nodejs.md
    Original 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