I want to connect to MS SQL Server using pyodbc
on AWS Lambda.
When i deploy the package, i get an error:
No module named "pyodbc".
I have added the following files in the Lambda package:
- pyodbc.cp36-win32
- pyodbc-4.0.16.dist-info
- dbaccess.py
dbaccess.py
contains the working code with pyodbc.
What am I missing to deploy pyodbc
on AWS Lambda so I can connect to SQL Server?