remotion
remotion copied to clipboard
Make Lambda Python SDK async
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.