How to connect from Camunda SAAS(Google Cloud) to Spring boot in AWS Cloud In DEV/Prod environments

how to connect from Camunda SAAS(Google Cloud) to Spring boot in AWS Cloud In DEV/Prod environments
Please provide the steps how to connect.

Hey @Prasanthi! :slight_smile:
Are there any specific problems you are running into?

Usually you would develop a Spring-Boot application which uses the spring-zeebe dependency to connect to Camunda 8 SaaS via gRPC. In your application.properties you would then define everything needed in oder to connect to Camunda 8 SaaS.

zeebe.client.cloud.cluster-id=xxx
zeebe.client.cloud.client-id=xxx
zeebe.client.cloud.client-secret=xxx
zeebe.client.cloud.region=bru-2

Did this rough overview helped you already?
Best,
Thomas