Developing for the Amazon Echo
11–17 of 17 posts
Re: Developing for the Amazon Echo
#12Re: Developing for the Amazon Echo
#13damn, this changes a lot. I was scared of Amazon Echo (or any other retailer's product) listening to me 24/7, but I guess it can't be avoided
Re: Developing for the Amazon Echo
#14You definitely can get an Alexa skill off the ground without using Lambda, but there are a lot of little details with their authentication to work out. I'd highly recommend one of the libraries that are out there: Go - https://github.com/mikeflynn/go-alexa/tree/master/skillserve... (full disclosure: I created this one) Offical Java SDK - https://developer.amazon.com/public/solutions/alexa/alexa-sk... Node - https://w…
Thanks
[1] https://www.github.com/nickclaw/alexa-ability [2] https://www.github.com/nickclaw/alexa-ability-express-handle...
Re: Developing for the Amazon Echo
#15damn, this changes a lot. I was scared of Amazon Echo (or any other retailer's product) listening to me 24/7, but I guess it can't be avoided
Why would you be scared? The keyword(s) is processed locally, and it only sends the request following the keyword over the wire. If they tried anything fishy, such as sending everything it hears over the wire, then they would be outed within a day.
Re: Developing for the Amazon Echo
#16You definitely can get an Alexa skill off the ground without using Lambda, but there are a lot of little details with their authentication to work out. I'd highly recommend one of the libraries that are out there: Go - https://github.com/mikeflynn/go-alexa/tree/master/skillserve... (full disclosure: I created this one) Offical Java SDK - https://developer.amazon.com/public/solutions/alexa/alexa-sk... Node - https://w…
Re: Developing for the Amazon Echo
#17While building some skills for fun, I also made some gulp tasks for locally testing skills and deploying the code to your lambda. https://github.com/tmcleroy/alexa-skills