Skip to content

applerdotxyz/serverless-apollo

Repository files navigation

Apollo Lambda GraphQL API Example

This example demonstrates how to setup a lambda graphql API with apollo ( Slight extension from https://github.com/serverless/examples )

@serverless

Use Cases

  • Small graphql API
  • Creating a temporary lambda API that can easily be converted to standard GraphQL API

Setup

  • Setup your env file for AWS deployment with:

      • APOLLO_LAMBDA_KEY
      • NODE_ENV
  • sls deploy

Usage

  • To test it locally with serverless-offline by running: npm run dev

Future

  • Add support for subscription with Redis

About

serverless implementyation for graphQL (with Apollo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published