mediainfo_aws_lambda icon indicating copy to clipboard operation
mediainfo_aws_lambda copied to clipboard

AWS Lambda function for MediaInfo

Results 5 mediainfo_aws_lambda issues
Sort by recently updated
recently updated
newest added

After building python 3.9 pymediainfo library I get this error message when trying to invoke the app.py Lambda function. {"errorMessage": "Failed to load library from libmediainfo.so.0 - /lib64/libm.so.6: version `GLIBC_2.27'...

I try to build this Docker Container on my Mac (macos Ventura, M2 Pro, Docker Desktop App v 4.16.2), but I get alway this error: --- --- Hope y can...

To fix the error with python 3.9 on compilation ``` #0 102.6 Traceback (most recent call last): #0 102.6 File "", line 520, in _get_decompress_func #0 102.6 ModuleNotFoundError: No module...

I followed your guide to build a library which include `libcurl`, but for some reason this error occur: ``` RuntimeError: An error occured while opening {a signed S3 URL} with...

I was wondering if this is possible to build using CloudFormation or AWS SAM. I'm currently learning SAM, and I am not experienced enough to be able to answer the...