Skip to content

A Serverless plugin that deploys a GraphiQL client to a public S3 bucket

Notifications You must be signed in to change notification settings

marclar/serverless-graphiql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

serverless-graphiql

serverless

A Serverless plugin that deploys a GraphiQL client to an S3 bucket and makes it publicly available in seconds.

First, install:

npm install --save serverless-graphiql

Second, Add the plugin to s-project.json:

"plugins": [
  "serverless-graphiql"
]

Third,

TODO: add instructions for entering graphql endpoint url


**Fourth**, run the plugin, and visit your GraphiQL installation!

sls graphiql deploy


**Fifth**, Have fun!

About

A Serverless plugin that deploys a GraphiQL client to a public S3 bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published