Creating a Python OpenCV Layer for AWS Lambda

A simple approach to creating an AWS Lambda layer for Python’s OpenCV wrapper

Paulo Carvalho
Better Programming
Published in
3 min readJan 15, 2021

--

Coding desk setup
Photo by Farzad on Unsplash.

Lambda is a serverless offering by AWS that enables running scalable code without needing to configure servers. Each Lambda environment (corresponding to different versions of the compatible languages) comes with a selection of packages pre-installed.

--

--