flâneur — a map of the web's best reading

Build a user settings store with AWS AppSync | Front-End Web & Mobile

aws.amazon.com · 1,614 words · saved by 1 readers

Amazon Cognito Sync is a service that you can use for syncing application-related user profile data across devices. The client library caches the data locally so that the app can read and write data, regardless of the device connectivity state. The data stored is limited to key-value pairs where the keys and values are both […]

Build a user settings store with AWS AppSync Amazon Cognito Sync is a service that you can use for syncing application-related user profile data across devices. The client library caches the data locally so that the app can read and write data, regardless of the device connectivity state. The data stored is limited to key-value pairs where the keys and values are both strings. However, many organizations need to store more flexible data types—such as integers, JSON documents, and images—in a common store. For example, you might want to store binary data like profile pictures, store the prefere

Explore this link on the map →

related reading