Hi Lucid Developer Community 👋,
I'm in the process of building a custom data connector and need some guidance on the best way to deploy the backend service. My team primarily uses Google Cloud Platform, and I'm planning to use either GCP Cloud Functions or Cloud Run to host the connector.
I've reviewed the developer documentation but am looking for more specific examples and best practices related to deployment, especially for a serverless architecture.
Could you help me with the following questions?
-
What are the recommended deployment patterns and infrastructure requirements for a custom data connector's backend?
-
Are there any specific advantages, limitations, or things to watch out for when using serverless platforms like GCP Cloud Functions or Cloud Run for this purpose (e.g., cold starts, timeouts, authentication)?
-
Does anyone have documentation, tutorials, or code examples of a data connector successfully deployed on a serverless platform?
Any advice or examples the community could share would be incredibly helpful.
Thanks in advance!