aeddi / aws-lambda-python-opencv

Simple script that builds an AWS Lambda deployment package including OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use if too large filesize?

vaibhavviswanathan opened this issue · comments

Hi,

I am hoping to use this project to work around my opencv lambda function filesize issue. My current lambda zip is too large to be used.

If I follow the instructions, this adds the opencv build to an S3 bucket - correct? Can I then use a DIFFERENT lambda function and import cv2 from that function?

Thanks!

Hello,
No sorry you can't do that.