delete persistence record automatically when user disables a skill
In node.js if a user disables your skill, the framework should delete the persistent info record from the DynamoDB stream for the alexa skill automatically. Why leave dead data in my persistence store? The user has decided to disable the skill. It even gives you a warning that it will remove information but it's not deleting it from my dynamo db stream.
1
vote
