[Docs] ExpressJS Server


#1

Learn how to deploy your Alexa Skills and Google Actions to a server using our ExpressJS webhook. You can also use this webhook for local prototyping. Learn more here: Project Lifecycle > Local Development.


This is a companion discussion topic for the original entry at https://www.jovo.tech/docs/hosting/express-js

#2

I want to build an Alexa skill and worked my way through the API-Call tutorial and now want to deploy it to my own server. The ExpressJS Server page explains how to change and run the application, but I am missing the link to “Alexa Skills Console”.

When running on my own server, should I still run jovo deploy to upload the interaction model? Do I need to configure the endpoint manually? I think this info could be added to the docs.


#3

for ssl , is it need to acces from url ?

https://developer.amazon.com/fr-FR/docs/alexa/custom-skills/host-a-custom-skill-as-a-web-service.html#sdk-nodejs

because, it seems a security issue