AWS Amplify Cognito Pricing: What is a sync operation

0

At the bottom of this page: https://aws.amazon.com/cognito/pricing/, a "sync operation" is mentioned.

Questions:

  1. What is the exact definition of a "sync operation"?
  2. Whenever I update/read the attributes of a user, does that count as a sync operation?
1개 답변
0
  1. Amazon Cognito Sync Operation is an AWS service and client library that enable cross-device syncing of application-related user data. You can use it to synchronize user profile data across mobile devices and web applications. The client libraries cache data locally so your app can read and write data regardless of device connectivity status.

  2. No. Attributes are pieces of information that help you identify individual users, such as name, email address, and phone number. A new user pool has a set of default standard attributes. You can also add custom attributes to your user pool definition in the AWS Management Console.

Don't store all information about your users in attributes. For example, keep user data that changes frequently, such as usage statistics or game scores, in a separate data store, such as Amazon Cognito Sync or Amazon DynamoDB. https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html

AWS
답변함 일 년 전

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

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

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

관련 콘텐츠