Skip to content

jonsharratt/graphql-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Amazon AWS GraphQL API Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published