Skip to content

A Serverless GraphQL Backend for my resume/ portfolio site

License

Notifications You must be signed in to change notification settings

carlyleec/cc-graphql

Repository files navigation

cc-graphql

A Serverless GraphQL Backend for my resume/ portfolio site

GraphQL endpoint: https://rlk7p3dxd8.execute-api.us-west-1.amazonaws.com/production/graphql

It's deployed as an AWS Lambda function using the Serverless Framework

You can interact with the API at https://www.cameroncarlyle.com/graphiql or you could use GraphiQL App or the Chrome extension ChromeiQL.

Getting Started

  1. git clone https://github.com/carlyleec/cc-graphql.git
  2. yarn
  3. npm start

This will start a dev server running GraphiQL at https://localhost:3000.

To deploy

  1. You need to install the Serverless CLI
  2. You'll also need to set up your AWS credentials for Severless using the Serveless CLI config command, instructions are here
  3. Then run serverless deploy to deploy to the default AWS us-east-1 region with the default state of dev. To deploy to production or to a different AWS region use serverless deploy --stage production --region us-west-1 for example. More on Serverless for AWS here

About

A Serverless GraphQL Backend for my resume/ portfolio site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published