https://github.com/otbe/serverless-dynamodb-graphql-example
https://github.com/otbe/serverless-dynamodb-graphql-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/otbe/serverless-dynamodb-graphql-example
- Owner: otbe
- Created: 2018-02-20T19:11:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T20:28:15.000Z (over 8 years ago)
- Last Synced: 2025-03-25T09:11:09.887Z (about 1 year ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless + GraphQL + DynamoDB Example
Simple example of using Serverless to deploy a GraphQL API backed by DynamoDB.
To run on your own machine:
```
$ yarn
$ yarn sls dynamodb install
$ yarn start
```
GraphQL endpoint is available under `http://localhost:3000/graphql`