Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.4 KB

File metadata and controls

39 lines (23 loc) · 1.4 KB

Skill Creation (with ASK CLI)

You will create and test your First APL Alexa Skill using the Alexa Skill Kit (ASK) Command Line Interface (CLI).

  1. Install the ASK CLI on your machine

Important: If you already have install the ASK CLI, make sure you are running the latest version of the CLI by executing the following command : npm update -g ask-cli

  1. Install Git on your machine

  2. Clone this repository using the following command

git clone https://github.com/nachawat/skill-sample-nodejs-helloworld-apl-fr.git
  1. Explore the repository
cd https://github.com/nachawat/skill-sample-nodejs-helloworld-apl-fr
ls -al
  1. Deploy the Skill and lambda function
ask deploy

Important: ASK CLI will create the skill and the lambda function for you. The Lambda function will be created in us-east-1 (Northern Virginia) by default.

  1. Open the Alexa Developer Console

  2. Click on your newly created Skill.

  3. Navigate to the Test Tab and enter the following utterance in the simulator ouvre a. p. l.

skill_test_simulator