skill-sample-nodejs-quiz-game | Alexa Skill Sample showing how to build a quiz game skill | SDK library
kandi X-RAY | skill-sample-nodejs-quiz-game Summary
kandi X-RAY | skill-sample-nodejs-quiz-game Summary
This Alexa sample skill is a template for a basic quiz game skill. Provided a list of interesting facts about a topic, Alexa will quiz a user with facts from the list. You can see an example of this skill in action - just enable the United States Quiz from the Alexa app.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of skill-sample-nodejs-quiz-game
skill-sample-nodejs-quiz-game Key Features
skill-sample-nodejs-quiz-game Examples and Code Snippets
Community Discussions
Trending Discussions on skill-sample-nodejs-quiz-game
QUESTION
I am developing an Alexa Skill with Skill Kit SDK, and now I prepare to publish my Skill's repository on Github. During development I included my Skill's app ID in the according index.js
file and diligently committed my work with my local git.
Is there a risk involved in publishing my Skill's repository with my actual app ID? I could imagine that a malicious party might use the app ID (together with the ARN of my Skill's Lambda function) to send lots of requests and thus incur costs on AWS, but maybe there are other risks.
It seems to be good practice not to include the app ID in the public repository, since no example Skill of the official Amazon Alexa organization has their respective app ID included.
...ANSWER
Answered 2017-Oct-06 at 21:13Commonly, people put these keys/secrets in as an environmental variable and in the code write process.env.SKILL_KIT_KEY
to retrieve it.
I would strongly recommend, if you make the switch, to deactivate the key you've used and that lives in plain-text in the repo's history and obtain a new one.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install skill-sample-nodejs-quiz-game
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page