Skip to content

Tutorial Order

Rhett Lowe edited this page May 18, 2020 · 10 revisions

We'll start by reading into AWS. There are a million avenues to start this but here is the path I am recommending.

  1. Make an S3 bucket and host a simple react website

    1. Make an IAM User
    2. Make a simple react website using create-react-app
    3. Make an S3 Bucket and host files on it as a website
    4. Make a deploy step which uploads the files to your S3 bucket
    5. Attach Cloudfront to the site
  2. Make a GraphQL Backend

    1. Make a serverless account and setup the serverless CLI
    2. Create a serverless RDS Instance and load Pokemon data
    3. Make a Pokemon GraphQL Schema
    4. Make new serverless project and setup for GraphQL with Apollo Serverless
    5. Make resolvers and DB Model Calls
    6. Deploy service to Lambda

Clone this wiki locally