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

https://github.com/otbe/serverless-dynamodb-graphql-example


https://github.com/otbe/serverless-dynamodb-graphql-example

Last synced: 8 months ago
JSON representation

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`