Developing for the Amazon Echo
medium.com
Developing for the Amazon Echo
1–10 of 17 posts
Re: Developing for the Amazon Echo
#2> NextTrain {FromStation} to {ToStation}
Does Echo have some concept of scoping for these skills? Or do you have to opt-in to the skill?
Re: Developing for the Amazon Echo
#3Aside: > NextTrain {FromStation} to {ToStation} Does Echo have some concept of scoping for these skills? Or do you have to opt-in to the skill?
Re: Developing for the Amazon Echo
#4Re: Developing for the Amazon Echo
#5Re: Developing for the Amazon Echo
#6Go - 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://www.npmjs.com/package/alexa-app
...to name a few.
Re: Developing for the Amazon Echo
#7Re: Developing for the Amazon Echo
#8You 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
#9I'm actually impressed by the level of detail provided in the rejections. There's nothing worse than getting a rejection that does not clearly state the reason for the rejection and a path to resolution. Apple and especially Google are notoriously bad about this.
Re: Developing for the Amazon Echo
#10Nice write up! I can't wait to start developing for my Echo!