Python implementation #6
Replies: 5 comments
-
We use it with AWS SAM and Lambda. Not only Connect but GRPC allows us to validate and parse incoming requests with ease. Our use case is only synchronous. |
Beta Was this translation helpful? Give feedback.
-
FastAPI integration with betterproto like pydantic models would be awesome |
Beta Was this translation helpful? Give feedback.
-
Would like to toss up, I have a WIP implementation of this. https://github.com/mattrobenolt/connect-python It's very minimal documentation and whatnot for now. I'm going to get this moved over into the |
Beta Was this translation helpful? Give feedback.
-
I have tossed up an RFC: connectrpc/connectrpc.com#71 Would like to get some initial feedback. |
Beta Was this translation helpful? Give feedback.
-
We have some services written in python because they require specific python-based tooling, but still need to talk to the rest of our microservices. It would be great for those to also be able to leverage the generated sdk and connect. Our use-case is mainly synchronous and framework isn't super important, but we use fastapi in some other places |
Beta Was this translation helpful? Give feedback.
-
Would you or your company use a Connect implementation in Python? If yes, please leave a comment and tell us more about what you'd like: synchronous or asynchronous, important framework integrations (FastAPI? Django? Flask?), and anything else important.
80 votes ·
Beta Was this translation helpful? Give feedback.
All reactions