/serverless-graphql-api-boilerplate

A Serverless API boilerplate using AWS Lambda, GraphQL and Typescript

Primary LanguageTypeScriptMIT LicenseMIT

Serverless GraphQL API Boilerplate

A Serverless GraphQL API boilerplate using:

You can try it with GraphQL Playground.

Scripts

  • Import types from graphql schema
yarn schema-type
  • Build the project
yarn build
  • Launch local server (make sure to build before)
yarn start
  • Deploy to AWS (make sure to build before)
yarn deploy