Data
Connect your app code to API
Learn how to connect your app code to an API.
Read application data
Read application data using list and get queries. You can filter query results, paginate list queries, specify only the data fields needed, and cancel requests. This guide covers how to perform these tasks to optimize data access in your application.
Create, update, and delete application data
Mutate application data in an API by generating the client, adding items, updating existing items, deleting items, troubleshooting unauthorized errors, and canceling requests.
Subscribe to real-time events
Set up real-time data subscriptions in your app to get live updates, filter those subscriptions on the server side, and unsubscribe when no longer needed.
Working with files/attachments
Working with files/attachments.
Connect to AWS AppSync Events
Connect to AWS AppSync Events
Add custom real-time subscriptions
Customize your business logic to create custom real-time subscriptions.
Connect to data from Server-side Runtimes
Connect to Amplify Data from Next.js and Nuxt.js Server-side Runtimes (SSR).