I am having trouble to run my python script on Amazon web service lambda function. It showing { "errorType": "ImportError", "errorMessage": "No module named pyodbc"} same code running properly on local system.
You must be logged in to post. Please login or register an account.
You would need to install pyodbc. I am not totally familiar with AWS lambda, and whether or not you can install more packages to it. If you can, thats what you need to do.
-Harrison 7 years ago
You must be logged in to post. Please login or register an account.
i'd already install the pyodbc on project directory and it is working fine on local system. but its not running on aws lambda. i've make zip file of install pyobc package and code.py file and deployed to aws lambda.
-dheerusuthar 7 years ago
You must be logged in to post. Please login or register an account.