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: 2 months ago
JSON representation
Serverless GraphQL API with AppSync and DynamoDB
- Host: GitHub
- URL: https://superluminar-io.github.io/serverless-graphql-workshop/
- Owner: superluminar-io
- Created: 2020-08-24T15:19:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T07:05:45.000Z (about 4 years ago)
- Last Synced: 2024-08-07T08:15:06.786Z (5 months ago)
- Language: TypeScript
- Homepage: https://superluminar-io.github.io/serverless-graphql-workshop/
- Size: 6.23 MB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aws-amplify - Serverless GraphQL API with AppSync and DynamoDB
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.gitcd serverless-graphql-workshop
# Install NodeJS dependencies
yarn# Start docsify
# Go to: http://localhost:3000
yarn start
```