How do I add python libraries to an AWS lambda function for Alexa?

前端 未结 8 1706
野趣味
野趣味 2020-12-04 19:32

I was following the tutorial to create an Alexa app using Python:

Python Alexa Tutorial

I was able to successfully follow all the steps and get the app to w

8条回答
  •  攒了一身酷
    2020-12-04 19:54

    You may want to look into using frameworks such as zappa which will handle packaging up and deploying the lambda function for you.

    You can use that in conjunction with flask-ask to have an easier time making Alexa skills. There's even a video tutorial of this (from the zappa readme) here

提交回复
热议问题