Environment Variables available in your Alexa-hosted Skill

I found a simple article about environment variables that are available in Alexa-hosted Node.js Skills here: https://wp-kyoto.net/en/check-env-params-of-alexa-hosted-skills-2 I’m not sure how useful these parameters are for most Skill development, but it’s nice to know what is available for your Alexa-hosted Skill. If you’re interested, simply add console.log(process.env) in your LaunchRequestHandler’s handle() method. Then, test your … Continue reading “Environment Variables available in your Alexa-hosted Skill”