remotion icon indicating copy to clipboard operation
remotion copied to clipboard

Make Lambda Python SDK async

Open polvallverdu opened this issue 2 years ago • 0 comments

Feature Request 🛍️

Use Case

Be able to use the remotion client for Python to render with AWS Lambda with asyncio.

Possible Solution

Currently there is RemotionClient. Create a drop-in replacement called AsyncRemotionClient that uses aioboto3

I'm looking forward to opening a PR once I need the async client 100%, and get some free time.

polvallverdu avatar Jan 21 '24 15:01 polvallverdu