Need help to create an AWS Lambda Layer for Python 3.12 and pyodbc
I’m trying to create an AWS Lambda Layer using Python 3.12 and pyodbc. I’ve seen a few different sites where they use an older version of Python and, when I try to translate to 3.12, it fails miserably.No matter how I build the zip file to upload, when I click the button to test my Lambda function, it tells me that pyodbc is not found.