Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipakparmar/route53-graphql
https://github.com/dipakparmar/route53-graphql
cloudflare cloudflare-worker graphql graphql-api route53 route53-graphql
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dipakparmar/route53-graphql
- Owner: dipakparmar
- License: agpl-3.0
- Created: 2022-11-07T01:01:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T14:16:12.000Z (9 months ago)
- Last Synced: 2024-05-01T16:22:56.988Z (6 months ago)
- Topics: cloudflare, cloudflare-worker, graphql, graphql-api, route53, route53-graphql
- Language: JavaScript
- Homepage: https://route53.dipak.io/playground
- Size: 267 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Route53 API in GraphQL
An [Apollo GraphQL](https://www.apollographql.com/) server, built with [Cloudflare Workers](https://workers.cloudflare.com). [Try a demo by looking at a deployed GraphQL playground](https://route53.dipak.io/playground).
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/dipakparmar/route53-graphql)
## Usage
You can run it locally by [installing Wrangler](https://workers.cloudflare.com/docs/quickstart/), the Workers command-line tool:
```sh
wrangler dev
```### Global Headers
| Header Name | Value | Type | Description |
| ----------------- | ----- | ------ | -------------------------------------------------------------- |
| `X-ACCESS-KEY` | | String | ACCESS Key of IAM USER (Required) |
| `X-ACCESS-SECRET` | | String | ACCESS SECRET Of IAM USER (Required) |
| `X-SESSION-TOKEN` | | String | SESSION TOKEN Of IAM USER (If using Temporary IAM Credentials) |## License
This project is licensed with the [AGPL-3.0 License](https://github.com/dipakparmar/route53-graphql/blob/main/LICENSE).