Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superluminar-io/serverless-graphql-workshop
Serverless GraphQL API with AppSync and DynamoDB
https://github.com/superluminar-io/serverless-graphql-workshop
Last synced: 4 days ago
JSON representation
Serverless GraphQL API with AppSync and DynamoDB
- Host: GitHub
- URL: https://github.com/superluminar-io/serverless-graphql-workshop
- Owner: superluminar-io
- Created: 2020-08-24T15:19:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T07:05:45.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T18:41:32.214Z (10 days 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
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
```