I am attempting to run some python code in Google App Engine which sends a message to Amazon SQS.
I have installed boto3, but I am getting an error when trying to i
App Engine has been changed to support boto3 in the Python 2.7 native environment as of September 24th, 2019. However, it still does not support boto3 in the local development server.