Can you please assist me adding the python pyodbc layer for 3.11 python runtime version? Earlier, i had the pyodbc layer for 3.7 which i exported from https://github.com/kuharan/Lambda-Layers?source=post_page-----e7667d371cc5-------------------------------- Now, 3.7 runtime is about to deprecate , i need to switch it to 3.11 latest version.
.I have tried many ways to add but got multiple errors. i) I used updated pyodbc .whl file and made zip out of it and uploded to aws-layer. but says 'lambda_function': No module named 'pyodbc'
ii) Unable to import module 'app': libodbc.so.2: cannot open shared object file: No such file or directory
Something like this.