/cdk-graphql-backend

A real-time GraphQL API deployed with CDK using AWS AppSync, AWS Lambda, and DynamoDB

Primary LanguageTypeScript

CDK AppSync GraphQL API

This CDK stack deploys a real-time GraphQL API built with AWS AppSync, Amazon DynamoDB, and AWS Lambda.

Getting started

To deploy this project, follow these steps.

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

npm install
  1. Run the build
npm run build
  1. Deploy the stack
cdk deploy