pythonamazon-dynamodbalexa-skills-kitalexa-voice-service

persist data to DynamoDB in Alexa hosted app


Are there any really good articles breaking down how to persist data into DynamoDB from Alexa? I can't seem to find a good article to break down step by step on how to persist a slot value into DynamoDB. I see in the Alexa docs here about implementing the code in Python, but that seems to be only part of what I'm looking for.

There's really no comprehensive breakdown of this, as like this tutorial, that persists data to S3. I would like to try to find something similar for DynamoDB. If there's an answer from a previous question that has answered it, let me know and I can mark it as a duplicate.


Solution

  • You can just use a tutorial which uses python and aws lambdas. Like this one: