Scaling an AWS Amplify Application for better experience for users in all regions

0

Application : Android Backend : AWS Amplify Issue : AWS Amplify Scaling and GraphQL Pagination

In Splash Screen, i am getting the userID using Amplify.Auth?.currentUser?.userId and using that userID, I am fetching User information saved in User table using amplify-framework GraphQLRequest(ModelQuery.list)

So, the issue is for the users around the selected AWS region for the amplify, the Splash page loading is fine. However, for the users who are far, the experience on Splash and others sections of the App is not good while loading the data (which i think is currently it due to the pagination thing in the GraphQL API)

So my questions are :

  1. What can i do better to reduce the API calls using GraphQL API in context of AWS amplify
  2. How can i deploy the AWS amplify application/backend in multiple AWS regions.
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠