-
The validation plug only validates that the application ID matches. To pass certification, Amazon requires a handful of other checks. The plug as it exists today doesn't account for those.
Are the…
-
Since the cameras are outputting RTSP, is it possible to satisfy the other tech requirements to make these compatible with the new Alexa camera smart home functionality? This would be a killer feature…
-
When I tried to test the node `alexa-sdk` (https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs) locally, I got a response from `alexa-app-server` of...
```
App [app-name] is not an instance of …
-
According to: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/developing-an-alexa-skill-as-a-web-service#verifying-the-signature-certificate-url
One of the requirements is t…
-
The skill does not validate the signature for the incoming requests and is accepting requests with invalid signature specified. Please refer to the document that describes how to build your Alexa Skil…
-
Hey,
According to the Amazon guidelines for developing an Alexa skill, there should be some validation of Alexa requests within Lambda function codes.
https://developer.amazon.com/public/solut…
-
The README.md is ok general documentation if you already have experience with the package. However, it would be great if there was a walk-through where you re-create alexa-skills-kit-color-expert exam…
-
https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/speechcon-reference
Those funny / living interjections could be used to improve the UX by providing a more interesting charac…
-
It's relatively hard to structure dialogue in Alexa Skills Kit. This library can supply some primitives to make life easier.
-
All the relevant information can be found here: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/overviews/understanding-the-smart-home-skill-api
Should be pretty straightforwar…