AWS Lambda GraphQL Starting Template 🌩️

Includes:

node.js

serverless framework

graphql

typescript

Usage:

  1. To get started, create a role that has AdministratorAccess. When you are creating the new role, take note of the aws_access_key_id and aws_secret_access_key.

  2. Create a .env file in the root of the project.

aws_access_key_id=<access_key_id>
aws_secret_access_key=<secret>
  1. yarn install
  2. yarn deploy

To Update:

  1. yarn deploy
  2. Done! ✅

PLEASE EDIT .gitignore to suit your needs!