question

rahulzkuma avatar image
rahulzkuma asked

Deploying ASK as service on my server.

Hello Team, I was able to successfully deploy the ASK and AVS on my local machine but now I am trying to deploy the ASK on a server and use it publically using end point. I have performed all the steps as mentioned on the ASK portal and executed the 'mvn exec:java' command . The jetty server starts and listens to 0.0.0.0:8888 but I am not able to understand how to use this as the end point. I want to use my custom skill using my endpoint. How can I achieve this? Kindly help me on this. Thanks a lot
alexa skills kitdebugging
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Nick Gardner avatar image
Nick Gardner answered
Once you have your code written, we have a tutorial on how to test your webservice via cURL: https://forums.developer.amazon.com/forums/thread.jspa?threadID=5084. -Nick
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

jjaquinta avatar image
jjaquinta answered
That's going to depend on what you want to run it on. What they give you in the ASK is really only suitable for doing unit testing with curl or EchoSim. You need to deploy the code on a internet facing web server. If you read the Amazon docs, they will tell you how to deploy it on Elastic Beanstalk. They are less clear on how to register an SSL certificate to it. No doc is going to give you step by step instructions on deploying on another service or on a domestic sever. Each server is different. You need to have some skill and understanding of servers and networks to do that.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.