Skip to content

gaston-flores/sls-helix-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless + GraphQL Helix Template

A simple template for Serverless GraphQL projects.

Includes

Usage

Installation

yarn install

Running locally

yarn start

Open http://localhost:3000/graphql in a browser to use the GraphiQL interface. Run GraphQL queries against the same endpoint:

curl --location --request POST 'http://localhost:3000/graphql' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"query {\n  hello\n}","variables":{}}'

Deployment

Configure your AWS credentials and run:

yarn deploy

About

Template repo for GraphQL + Serverless projects

Topics

Resources

Stars

Watchers

Forks