Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dabit3/cdk-graphql-backend

A real-time GraphQL API deployed with CDK using AWS AppSync, AWS Lambda, and DynamoDB
https://github.com/dabit3/cdk-graphql-backend

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```sh
git clone https://github.com/dabit3/cdk-graphql-backend.git
```

2. Change into the directory and install dependencies

```sh
cd cdk-graphql-backend

npm install
```

3. Run the build

```sh
npm run build
```

4. Deploy the stack

```sh
cdk deploy
```