Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dabit3/cdk-graphql-backend
- Owner: dabit3
- Created: 2020-09-19T20:47:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T22:30:28.000Z (almost 4 years ago)
- Last Synced: 2024-07-05T16:38:38.976Z (4 months ago)
- Language: TypeScript
- Size: 194 KB
- Stars: 133
- Watchers: 6
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-backendnpm install
```3. Run the build
```sh
npm run build
```4. Deploy the stack
```sh
cdk deploy
```