python and t3 stack

Hey all, I am new to the t3 stack. If I want to create an api route that runs a python script. What's the best approach? Is it deploying a flask?
Solution
I'd probably just deploy a lambda with your python code and call it like you would a normal http endpoint, there isn't a super clean path for this type of integration with t3
Was this page helpful?