AWS Lambda function and insufficient boto3 environment
Tonight I was working on a side project and ran into an issue I had not run into previously. The boto3 library used by the AWS Lambda python runtime was out of date compared to my own local environment. This issue was raised over at the boto3 github site. Turns out I ran into the….