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