How do I create an Alexa Skill that gets data from an HTTP/HTTPS API (using “Alexa Skills Kit” for Node.js on AWS Lambda)

后端 未结 3 1949
日久生厌
日久生厌 2020-12-25 10:11

I want to create a skill for Amazon Alexa that - when triggered by voice commands - gets some information from an API via a HTTPS request and uses the result as spoken answe

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-25 10:47

    This is a sample code (not mine) that uses the alexa sdk which doesnt need to use awsLambda and works with just express, pure nodejs server

    https://github.com/Glogo/alexa-skill-sample-nodejs-express

提交回复
热议问题