marcy-terui / serverless-alexa-skills

Manage your Alexa Skills with Serverless Framework
https://www.npmjs.com/package/serverless-alexa-skills
MIT License
71 stars 13 forks source link

Use default vendor when only one available for user #15

Closed danielrbradley closed 6 years ago

danielrbradley commented 6 years ago

This will reduce setup friction for new users setting up their first skill.

marcy-terui commented 6 years ago

https://api.amazonalexa.com/v1/vendors with the OAuth token in the Authorization header.

I didn't know this API. I think it is a very nice idea !