Amazon web services – Unable to load modules using AWS Lambda
I'm trying to run a AWS Lambda function with custom modules (e.g. pyodbc) so I'm using a Layer to include them via a zip file. I was following these tutorials: https://docs.aws.amazon.com/lambda/latest/dg/python-layers.html https://docs.aws.amazon.com/lambda/latest/dg/packaging-layers.html However, I keep getting the error message when…