If you are here because you are trying to build an Alexa App, but you do not want to run it in AWS Lambda, then here you go!
You will need an Alexa Developer account.
Then you need to create a Skill from the developer console.
You need to choose HTTPS endpoint instead of AWS Lambda
Now time to start coding!
This demo will use Nodejs for building the skill. It will also use ASK SDK to avoid writing a lot of boilerplate code.
We will use express framework to start a local endpoint and let ngrok be the public proxy to which Alexa sends data.
To be continued..
To be continued..
Comments
Post a Comment