ErikCH / cdk-graphql-appsync-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to CDK Appsync GraphQL API With Typescript Frontend

This project shows how to setup an AppSync notes application using CDK and Cognito that connects with a direct lambda resolver that connects to Bedrock.

This is the frontend code using Next.js that show this. For the backend code go here

For full instructions follow the this Blog Post.

Getting started

To deploy this project, follow these steps.

  1. Clone the project
git clone https://github.com/ErikCH/cdk-graphql-appsync-frontend
  1. Change into the directory and install dependencies
cd cdk-graphql-appsync-frontend

npm install
  1. Run the build
npm run dev

About


Languages

Language:TypeScript 97.7%Language:JavaScript 1.2%Language:CSS 1.1%