I'm trying to write a simple skill in python to access a custom Alexa shopping list by name have the skill say what the items are on the list. I cannot find any examples close to what I would like my skill to do that are written in python. The Amazon example 'skill-demo-list-access' comes close but it is not using python.
Where can one find a complete python example to access user's custom Alexa shopping list? Thanks.