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.
- 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