Skip to content

abdulwaqar844/Serverless-SaaS-APIs-for-DiningByFriends-Social-Network-Project-using-Graph-AWS-Neptune-and-GraphQL

Repository files navigation

GraphQL API with CDK, AppSync, and Amazon Neptune

This project deploys a basic GraphQL API built with Neptune Graph database, AWS AppSync, and AWS Lambda.

Getting started

First, clone the project:

git clone [email protected]:abdulwaqar844/AWS-Neptune-with-Appsync.git

Next, change into the directories and install the dependencies:

cdk cdk-appsync-neptune

npm install

# or

yarn

Next, also change into the lambda-fns directory to install the dependencies there:

cd lambda-fns

npm install

# or

yarn

To deploy the API and services, build the project and then run the deploy command:

npm run build && cdk deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages