AWS Lambda import module error in python

后端 未结 21 1547
醉话见心
醉话见心 2020-12-07 19:56

I am creating a AWS Lambda python deployment package. I am using one external dependency requests . I installed the external dependency using the AWS documentation http://do

21条回答
  •  盖世英雄少女心
    2020-12-07 20:21

    No need to do that mess.

    use python-lambda

    https://github.com/nficano/python-lambda

    with single command pylambda deploy it will automatically deploy your function

提交回复
热议问题