I'm using AWS AppSync (GraphQL) for an API that is connected to Lambda and S3. Now, we are planning to migrate this to Google Cloud Platform. Could someone help me understand if there are any Services/options available in Google Cloud Platform that provides similar services like AWS AppSync?
Thanks.
You can run a serverless GraphQL on Google Cloud Functions or Firebase which is the closest thing to AWS AppSync available today on GCP.