[Tutorial] Add DynamoDB to Store User Data


#1

Learn how to use DynamoDB for certain development environments to store user data for your Alexa Skills and Google Actions with Jovo.


This is a companion discussion topic for the original entry at https://www.jovo.tech/tutorials/add-dynamodb-database

#2

Can we add multiple table here?

 DynamoDb: {
            tableName: 'yourTableName',
        }

#3

Our integration only works with one table right now. What would the use case for multiple tables be for you?


#4

I want have one table to keep record of users activity and one for subscription. So it will be easy to generate reports and safe to play around with data of user activity.