aws lambda - Executing python script which depends on numpy and cv2 -


i'm executing python script in aws lambda , want use numpy , cv2 in python script. there way include numpy , cv2 lambda zip package?

this blog post seems answer question.

python on aws lambda

namely, creating virtualenv , executing python code within context.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -