amazon-archives / aws-appsync-chat

Real-Time Offline Ready Chat App written with GraphQL, AWS AppSync, & AWS Amplify
Apache License 2.0
557 stars 295 forks source link

allow open reads on Messages so that syncs can sync other people's messages #14

Open swyxio opened 4 years ago

swyxio commented 4 years ago

allow open reads on Messages, fixes https://github.com/aws-samples/aws-appsync-chat/issues/6

Issue #, if available: https://github.com/aws-samples/aws-appsync-chat/issues/6

Description of changes: specifies auth operations on Messages so that reads are not auth required.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.