- Notifications
You must be signed in to change notification settings - Fork12
A simple todo app that showcases pagination with AppSync and the Amplify@model directive. Select a user to retrieve their todos sorted by due date.
onlybakam/todo-app-pagination
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple project to help you get started with pagination using AWS AppSync
See the dev post for more info:Implementing pagination with AWS AppSync
🛠 Built with React, GraphQL, AWS Amplify, & AWS AppSync
Check out a read-only version here:https://pagination.dced4ubmfmz07.amplifyapp.com/
- Clone the app
git clone https://github.com/onlybakam/todo-app-pagination.gitcd todo-app-paginationyarn
- Initialize the Amplify app
amplify init# follow the prompts
- Push to the could
amplify push# follow the prompts
- Start the server
yarn start
Run the "loadTodos" Lambda function to pre-populate 250 todos across 3 default users.
- open the amplify console
amplify console# opens the amplify console in your browser
- click "View in Lambda" to open up your function in the Lambda console.
- Create a new test event using the "hello-world" template. The content of the event is not important.
- Click "Test"
About
A simple todo app that showcases pagination with AppSync and the Amplify@model directive. Select a user to retrieve their todos sorted by due date.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.