This CDK stack deploys a real-time GraphQL API built with AWS AppSync, Amazon DynamoDB, and AWS Lambda.
To deploy this project, follow these steps.
- Clone the project
git clone https://github.com/dabit3/cdk-graphql-backend.git
- Change into the directory and install dependencies
cd cdk-graphql-backend
npm install
- Run the build
npm run build
- Deploy the stack
cdk deploy