I have an EC2 instance running a Flask API. It has a venv with all the required packages to works (side note, it DOES work). I used the venv to create a deployment package for a lambda (that I have scheduled to run every morning) but the lambda fails to find certain packages. Note that it does manage to find psycopg2, for example, but not ibm_watson.
Details: all packages compiled on an EC2 with python 3.7. The Lambda runtime environment is also python 3.7.
Any steps I can do to make the lambda see this file?