0

Going through a tutorial on Treehouse trying to create an Alexa skill using Lambda and coming up with the following error

please select and endpoint what does this mean and how do i go about solving this problem ?

CAC
  • 45
  • 1
  • 3
  • 11
  • You have already created a Lambda function for your Alexa Skill? – Jay A. Little Jan 17 '18 at 11:50
  • i think so how would i know very new to this – CAC Jan 17 '18 at 12:07
  • I would have posted similar to the answer below. But more explanation...after you have your Lambda function you should be able to find the ARN code for it, something like `arn:aws:lambda...` then in the Alexa "configuration" tab you'll find Endpoint. Select "AWS Lambda ARN" then paste the ARN code in the input. Now your Skill has an Endpoint. – Jay A. Little Jan 17 '18 at 13:39
  • thank you , i will now test – CAC Jan 17 '18 at 13:47

1 Answers1

1

You have to create lambda function first of which you can provide the URL in alexa developer site.

To create lambda function refer below page.

https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-an-aws-lambda-function.html

enter image description here

Naveen Kumar
  • 420
  • 4
  • 16