nextjs-with-aws-appsync icon indicating copy to clipboard operation
nextjs-with-aws-appsync copied to clipboard

Demo of a working Next.js with AWS AppSync example

Next.js with AWS AppSync

Check out this post for a full walk-through.

Getting started

  1. Create your AppSync.js configuration

  2. Install dependencies

yarn
  1. Start the app
npm run dev