-
Notifications
You must be signed in to change notification settings - Fork 0
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.
-
Make an S3 bucket and host a simple react website
- Make an IAM User
- Make a simple react website using create-react-app
- Make an S3 Bucket and host files on it as a website
- Make a deploy step which uploads the files to your S3 bucket
- Attach Cloudfront to the site
-
Make a GraphQL Backend
- Make a serverless account and setup the serverless CLI
- Create a serverless RDS Instance and load Pokemon data
- Make a Pokemon GraphQL Schema
- Make new serverless project and setup for GraphQL with Apollo Serverless
- Make resolvers and DB Model Calls
- Deploy service to Lambda