Amplify Backend only developments

0

We have a unity game under development and we need to set up a GraphQL API endpoint for being used in our frontend game. The server and frontend (unity) teams are completely separate teams. There are tons of resources on how to develop a full-stack app for instance via react and Amplify, Cognito, etc., but what if the backend team needs to develop a "Server only" implementation and be able to generate API docs for the separate client team to implement them in their frontend developments? Thanks in advance.

已提問 1 年前檢視次數 385 次
1 個回答
0

Hi,

You could use AWS AppSync which is a managed service that uses GraphQL to make it easy for applications to get the data they exactly need. You could create an API in GraphQL and define schemas data sources, functions & queries etc. After this, you could just integrate this API with your Front End on Amplify. This way, the Backend team can manage AppSync & Backends and the Front end team would only need to develop/modify the queries to work with the GraphQL APIs on client side JS.

Some articles which will be useful: https://docs.aws.amazon.com/appsync/latest/devguide/what-is-appsync.html https://aws.amazon.com/appsync/resources/ https://aws.amazon.com/blogs/mobile/graphql-security-appsync-amplify/ https://aws.amazon.com/blogs/mobile/appsync-microservices/

Thanks

profile pictureAWS
Rama
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南