Can't use OpenCV-Python in AWS Lambda
问题 I've been trying to get OpenCV into an S3 bucket and then assign it to a lambda layer. Theres very little about this online and what I have seen hasn't worked. I've managed to use docker with the amazon linux environment, and followed this tutorial. https://aws.amazon.com/premiumsupport/knowledge-center/lambda-layer-simulated-docker/ I've added setuptools, wheel and opencv-python==4.4.0.42 to the requirements.txt file. setuptools and wheel because of an earlier error where the recommendation