Hey Guys,
I just started out with Alexa Skills Kit, AWS, Lambda and all that sweet stuff.
I understand the basics for now (Intent - Utterance - Response).
But now I want to do the following:
I want to create a database (DynamoDB?) where a key matches a single value, for e.g.: Name - Address.
Now I want to build a skill where I can ask "Alexa, what is the Adress of {Name}" and vice versa.
I am not sure how to build the model (slots or not?) and how to establish a connection between lambda and dynamoDB. And lately how to search for a value in that DB.
I do not get the part where Alexa distiguishes the different slot values and searches for them in the database. In sql that would be a basic command.
Thanks a lot for the help.
(If I missed a thread about this topic, feel free to notice me)