AWS Lambda + Python-ldap
问题 I am trying to use python-ldap with AWS Lambda. I downloaded the tarball from : https://pypi.python.org/pypi/python-ldap and code to use lambda (lambda_function.py) from ldap_dir.ldap_query.Lib import ldap and uploaded the zip to Lambda. where my directory structure is ldap_dir -> ldap_query -> Lib -> ldap folder ldap_dir -> lambda_function.py Am I missing out something? 回答1: python-ldap is built on top of native OpenLDAP libraries. This article - even though unrelated to the python ldap