iandow / mediainfo_aws_lambda

AWS Lambda function for MediaInfo
17 stars 13 forks source link

Is there a 3.8 python runtime available? #1

Closed dokutoshi closed 4 years ago

dokutoshi commented 4 years ago

Building a lambda layer 3.8 generates an import error for a 3.8 lambda runtime. @ianwow

ianwow commented 4 years ago

If you're not already, try using the layered approach:

https://github.com/iandow/mediainfo_aws_lambda#deploy-option-2-preferred---lambda-function-with-libraries-as-lambda-layers

I'm also getting an import error with the allinone approach, but the layered approach seems to work.