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

前端 未结 8 1722
野趣味
野趣味 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 20:18

    A lot of python libraries can be imported via Layers here: https://github.com/keithrozario/Klayers, or your can use a framework like serverless that has plugins to package packages directly into your artifact.

提交回复
热议问题