AWS Lambda
limits the size of code and dependencies to 250mb
and so installing OpenVINO
is not viable. However, OpenVINO
offers a Deployment Manager which creates a deployment package by assembling the model, IR files, your application, and associated dependencies into a runtime package for your target device.
The problem is the Deployment Package does not support Python
whereas AWS Lambda
does not support C++. Is there any workaround for this? Is it possible to deploy OpenVINO
models on AWS Lambda
?