Ecosyste.ms: Awesome

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

https://superluminar-io.github.io/serverless-graphql-workshop/

Serverless GraphQL API with AppSync and DynamoDB
https://superluminar-io.github.io/serverless-graphql-workshop/

Last synced: 3 months ago
JSON representation

Serverless GraphQL API with AppSync and DynamoDB

Lists

README

        

# Serverless GraphQL API with AppSync and DynamoDB

## Embedded GraphQL editor

We provide an embedded GraphQl editor [here](https://superluminar-io.github.io/serverless-graphql-workshop/graphql-editor.html).

It can be used by appending `url` and `x-api-key` as hash fragments.

## Development

### Requirements

* NodeJS
* Yarn

### Documentation

In order to work on the documentation on your machine, run this:

```sh
git clone [email protected]:superluminar-io/serverless-graphql-workshop.git

cd serverless-graphql-workshop

# Install NodeJS dependencies
yarn

# Start docsify
# Go to: http://localhost:3000
yarn start
```