Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 628 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 628 Bytes

Serverless GraphQL API with AppSync and DynamoDB

Embedded GraphQL editor

We provide an embedded GraphQl editor here.

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:

git clone git@github.com:superluminar-io/serverless-graphql-workshop.git

cd serverless-graphql-workshop

# Install NodeJS dependencies
yarn

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