Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonsharratt/graphql-aws
Amazon AWS GraphQL API Server
https://github.com/jonsharratt/graphql-aws
Last synced: about 1 month ago
JSON representation
Amazon AWS GraphQL API Server
- Host: GitHub
- URL: https://github.com/jonsharratt/graphql-aws
- Owner: jonsharratt
- License: mit
- Created: 2015-07-07T13:52:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T22:09:27.000Z (about 9 years ago)
- Last Synced: 2024-08-01T22:51:34.339Z (4 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 70
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - graphql-aws - Amazon AWS GraphQL API Server. (Examples / JavaScript Examples)
README
# GraphQL AWS
GraphQL is an experimental repository to enable GraphQL queries and mutations wrapping the Node.js Amazon AWS SDK.### Getting Started
To get started you will need to create a `.env` file in the root of the repository containing the following infromation:
```
export AWS_ACCESS_KEY_ID=[AWS_ACCESS_KEY_ID]
export AWS_SECRET_ACCESS_KEY=[AWS_SECRET_ACCESS_KEY]
export AWS_REGION=[AWS_REGION]
```
1. Once created, `source .env`
2. Run `npm start`#### Supported API Features
* TBC