I currently have a custom Alexa skill that is live. The skill writes and reads from a dynamoDB table but I want each user to have their own unique table. Right now all users data gets inputted and read from one single table that is connected to the skill. Is there a way for a new user to automatically create a new unique dynamoDB table when the user launches and uses the skill so that each user can only access their own data?
Thanks in advance!