/next-appsync-cdk

An example app where I used aws cdk, next.js and appsync to make basic todo list work.

Primary LanguageTypeScript

Next CDK Appsync Example

This is an example app where I've used appsync (not the cli) and react query (mainly for catching).

Everything is deployed on Fargate.

Deploying

First, you will need to deploy the backend, make sure you have your aws-cli and aws-cdk setup

cd backend && npm run deploy:backend

Then you can test it locally

cd frontend && npm run dev

If you wish to deploy frontend as well make sure you deploy the backend first.

cd backend && npm run deploy:frontend