I'm working with Amazon's AWS platform and I need to program Lambda functions that I will need use as Skills for Alexa. But when I have to connect my Lambda function with the Alexa Developer platform I am experiencing problems especially when it asks me to enter the data relating to the linking account.
The data I entered are these, however, once I turn on my app and go to the skill that I have programmed to activate it on my alexa, I get this error:
If i get your question right- you want to link Alexa Dev Console to the lambda function. First you need to go to Alexa developer console. On the "Build" category there is a topic called "Endpoint". Click on that. Copy your skill id and head over to Lambda. In there you need to enter the skill id, while creating a function. After the function is set up, head to the editor. On the upper right corner of the page you see your "ARN". Click on the copy button at the end of the line. Get back to Alexa developer console. At "Endpoint" you enter the ARN value in the "default region". After saving (at lambda and developer console), your link should be established.