I was able to find what I was doing wrong: I needed to remove serve.run(MyFastAPIDeployment.bind()) , have main = MyFastAPIDeployment.bind()and then do serve run test:main.
I was able to find what I was doing wrong: I needed to remove serve.run(MyFastAPIDeployment.bind()) , have main = MyFastAPIDeployment.bind()and then do serve run test:main.