Skip to content

Instantly share code, notes, and snippets.

@qinjie
qinjie / Build_OpenCV_AWS_LAMBDA.md
Last active June 6, 2017 06:44 — forked from joseph-zhong/BUILD_AWS_LAMBDA.md
Building OpenCV for AWS Lambda Python

To build OpenCV3.2 and its extra modules for AWS Lambda Python

Summary

Because AWS Lambda runs in a Amazon Linux environment, to run external modules you must

Create the OpenCV build environment

sudo yum update -y