【发布时间】:2018-12-08 15:54:02
【问题描述】:
我已经在数字海洋的 vps 中安装了许多 python 库。如何将所有已安装的软件包从数字海洋 vps 导入到 aws lambda? 在下面的链接中, https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html 给出了使用 --target 安装 python 库并压缩它们的步骤。但我的要求是不要在 lambda 中再次安装包。只想从数字海洋中导入所有已安装的包。
【问题讨论】:
标签: python-3.x aws-lambda digital-ocean