Python 2.7 MySQL module for AWS Lambda
To add this module to your Lambda function please clone this repository and copy it to the Lambda root
$ cd /tmp
$ git clone https://github.com/lambda-python-modules/mysql
$ cp -r /tmp/mysql/* /path/to/lambda/function/