appsync-auth-and-unauth
appsync-auth-and-unauth copied to clipboard
Question: read only for unauthorized users
This works very well! Thanks
This lets the unauthorized user modify the todos: "arn:aws:appsync:<REGION>:<ACCOUNTID>:apis/<APIID>/types/Mutation/fields/listTodos"
Is there a way to only allow the unauthorized user to read the todos?