Problems using MySQL with AWS Lambda in Python

后端 未结 9 1096
南方客
南方客 2020-12-05 17:43

I am trying to get up and running with AWS Lambda Python (beginner in Python btw) but having some problems with including MySQL dependency. I am trying to follow the instruc

9条回答
  •  自闭症患者
    2020-12-05 18:36

    I believe your issue is mostly down to missing development packages. I think you will need the following:

    sudo yum -y install mysql-devel

提交回复
热议问题