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
I believe your issue is mostly down to missing development packages. I think you will need the following:
sudo yum -y install mysql-devel