If I have created multiple Alexa skills, is there a userId that would remain the same across all the skills? Specifically, if user does an action in Skill 1, I'd like to be aware of it for Skills 2 and Skills 3... and essentially allow the skills to share the same DynamoDB table.
Ideally I wouldn't require the user to do any sort of login, but it would know it's the same user based on a unique identifier tied to their Amazon account.