Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 410 Bytes

File metadata and controls

14 lines (10 loc) · 410 Bytes

aws-lambda-graphql

GraphQL Serverless App, Hosted on AWS Lambda.

Template that can be used to setup a GraphQL Server on AWS Lambda.

Technologies Used:

  • Apollo Server
  • ES6 Transpiled with Babel
  • pg-promise for the database connection (can be replaced with anything you need)
  • aws-serverless-express

Credits

Forked and Inspired from https://github.com/dhruv-kumar-jha/aws-lambda-graphql