AWS AppSync Limitation

0

I am using AWS AppSync to connect between a database on AWS DynamoDB and a Laravel website. However, there's an issue when requesting orders that exceed 20. Where can I find the problem? Is there a limitation in AWS AppSync causing this?

1개 답변
1
수락된 답변

AWS AppSync does have limitations on the number of results returned by a single GraphQL query. By default, the maximum number of results returned by a single query is 100. This limit is imposed to prevent excessive data transfer and potential performance issues.

If you are experiencing issues with querying orders that exceed 20, it's possible that you are hitting this default limit. To address this, you can adjust the pagination settings in your GraphQL schema to allow for larger result sets.

This could be of help :- https://dev.to/onlybakam/implementing-pagination-with-aws-appsync-5d08

profile picture
전문가
답변함 한 달 전
  • Okay .. Can I request increase this limit?

  • Yes you can through AWS Support. You can open a ticket for this

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

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

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

관련 콘텐츠