我按照教程使用Python创建了一个Alexa应用程序:
Python Alexa教程
我能够成功地遵循所有步骤并使应用程序工作.我现在想要修改python代码并使用外部库,例如import requests 我使用pip安装的任何其他库.如何设置我的lambda函数以包含我在本机上本地安装的任何pip包?
import requests
python pip amazon-web-services aws-lambda alexa-skills-kit
alexa-skills-kit ×1
amazon-web-services ×1
aws-lambda ×1
pip ×1
python ×1