Multiple Authentication Types in AWS Amplify
The goal is to create a backend that allows us to:
Signup and login
Create and manage posts through a GraphQL API
Enable everyone (also unauthenticated users) to READ all posts
Prevent users from editing posts by others
We run the following command...
blog.robertbroersma.com4 min read