Skip to content

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

Notifications You must be signed in to change notification settings

dabit3/cdk-graphql-backend

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published