roel_88036 - 12/12/2025, 12:47:19 PM
Hi All, I am using the remotion lambda. I use it together with python remotionclient. I would like to get the progress of the render currently going, but that's impossible.
Normally it is, but i changed invoke lambda a bit. I cannot wait until the lambda is finished, as the lambda is triggered within a request of my webapplication. For that i subclassed RemotionClient and created an invoke lambda function which triggers the lambda without having to wait for it
response: Dict[str, Any] = client.invoke( FunctionName=function_name, Payload=payload,