I\'m running an AWS Lambda script with a Python 2.7 runtime. However, whenever it initializes it begins to import the grequests library but fails b
Python 2.7
grequests
I had to build gevent from src on an Amazon Linux instance. I put the resultant files in a zip if anyone needs them--just include them in your uploaded Lambda zip and you should be concurrent-ing like a boss.
gevent
src
zip
https://github.com/brandonmp/aws-lambda-grequests