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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca9b5ea · Nov 1, 2020

History

10 Commits
Sep 19, 2020
Oct 6, 2020
Nov 1, 2020
Nov 1, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Nov 1, 2020
Sep 19, 2020
Nov 1, 2020

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