I'm learning Amazon Alexa and trying to connect the code to Lambda and dynamoDB. I've done some research in the last few days but the only tutorials I can find are from 2017-2018.
Maybe I haven't found the right tutorial, but is anyone here willing to explain to me how I can take the input from the user and store it to dynamoDB?
Also how to connect them together in order to perform actions on that database. For example, how do I ask the user to input name and birthday days which will be stored on the DB?