dmhacker / alexa-youtube-skill

Allows Alexa to play audio from YouTube videos
MIT License
243 stars 109 forks source link

Problems with Install Step 6 #22

Closed Novo closed 6 years ago

Novo commented 6 years ago

Configuration page: under Endpoint, select AWS ... What should I put in the blank after Default: ? Error: Please select a default endpoint.

rosschang commented 6 years ago

Having the same issue. Tried entering a name of more than 25 character long and got a different error message:

Error: Invalid ARN for NA region. Please provide a valid ARN in the form 'arn:aws:lambda:us-east-1:000000000000:function:myFunction:myFunctionVersion'

Help...

EGregg commented 6 years ago

I'm stuck at this step as well

dmhacker commented 6 years ago

In the blank spot, you will be putting in the ARN of the Lambda server that will be running your skill. See the top right of this image.

capture

If you haven't made your Lambda server yet, do that first and then add its ARN to the blank field.