标签: amazon-web-services aws-sam-cli aws-sam
编写lambda函数并创建API后,我想在本地运行lambda函数。为此,我使用sam build。但是sam build无法从requirements.txt文件安装库。它将介于两者之间。
当我从终端安装库时,它将使用pip install python-jose --no-cache-dir运行。但是山姆build --no-cache-dir无法正常工作。
pip install python-jose --no-cache-dir
build --no-cache-dir