Skip to content

A barebones graphql implementation using the apex framework.

Notifications You must be signed in to change notification settings

sbussard/lambda-graphql-apex

Repository files navigation

lambda-graphql-apex

Install Apex and configure your AWS Credentials then follow the instructions below.

Install NPM dependencies:

$ npm install

Initialize the function role:

$ apex init

This creates a folder at ./functions/hello. You should delete it.

Add extra options from project.json_stub to generated project.json to include the runtime, handler and hook options.

Deploy the functions:

$ apex deploy

Try it out:

$ apex invoke graphql-example < event.json

AWS Resources that will be created:

  • IAM role
  • IAM policy
  • Lambda function

About

A barebones graphql implementation using the apex framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published