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.git
cd todo-app-pagination
yarn
- 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"