-
I couldn't find a better way to comment on this. I am testing your code now, but I believe you should be using the GET method, not POST in you dtv api calls.
-
What is the process that would determine if PR #74 will be included or not?
https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/pull/74
Is there anything else other than the PR that I need to…
-
I was just having trouble getting the ```SetTemperatureRequest``` command to work and found that it was coming through as ```SetTargetTemperatureRequest```.
https://developer.amazon.com/public/solu…
-
An additional step needs to be added for setting up the AWS Lambda function. At least as of Oct 2016 you must select US East (N Virginia) for your AWS region to get the Skills Kit trigger option.
-
Since [AWS Lambda now supports C#](https://aws.amazon.com/about-aws/whats-new/2016/12/aws-lambda-supports-c-sharp) - is there a similar Skills Kit SDK for C# in the making?
-
Can you please help on an issue i have, I am trying to get the set temp from a thermostat.
I am getting an error from alexa saying Thermostat is not responding.
Below are the two Json REQUEST an…
-
I am having issue creating the AWS Lambda service
I have created the zip file with my edited options.js, index.js, AlexaSkills.js. The zip files does not have a directory or anything else in it just…
-
Hi,
I am trying to use a feed produced by huginn with the Alexa skills kit for a flash briefing. It takes an rss or json feed. However, its saying my feed is invalid, even though the exact same xml…
-
While I understand that creating the self-signed cert is covered in another section, and creating the DDNS is also outside this section, as well as port forwarding in the FW - for which I would be hap…
-
Hi I came across your project. Thanks for making this, I was just looking to make something similar and glad you already ported the sdk! I had a couple questions for you. I was able to deploy your sam…