1
votes

i have a raspberry pi hardware set up and I have integrated this device with alexa-voice-service using python client running as per the amazon developer document. Now I would like to know whether is it possible to integrate custom skill build using lambda function with this alexa voice service as we do with the alexa skills kit.

In brief is it possible to use the credentials of the registered device with Alexa voice service in the lambda function?

1

1 Answers

2
votes

You cannot use the credentials of one with the other. Amazon partitions them quite strictly.

If you want to create a skill that works with that one device only, you can do this. Create your skill as normal, but don't try to certify it. If the user of your device is logged in with the same ID as the developer account that submitted the skill, then that skill should be accessible to it. If you use a different ID, you can add that ID as another develop skill on that account. Then make sure "enabled" is selected on the skill's testing tab for the new user.