keithrozario / Klayers

Python Packages as AWS Lambda Layers
Other
2.1k stars 307 forks source link

[FEATURE] I want to add opencv layer in python3.12 AWS Lambda. #434

Open 78planet opened 1 week ago

78planet commented 1 week ago

I want to add opencv layer in python3.12 AWS Lambda.

I'm searching here and there to add python3.12 opencv library in AWS Lambda.

Is there a python3.12 opencv library arn path in git here?

If not, is there a plan to add python3.12 opencv library arn in the future?

keithrozario commented 1 week ago

opencv is usually a difficult layer -- but you can try to create a pull requests, adding opencv to the config file.

If you would like a new package to be made a layer, raise a pull request modifying the pipeline/config/packages_p312.csv or pipeline/config/packages_p312-arm64.csv file (depending on which architecture you prefer).