aws-appsync-chat icon indicating copy to clipboard operation
aws-appsync-chat copied to clipboard

Real-Time Offline Ready Chat App written with GraphQL, AWS AppSync, & AWS Amplify

Results 17 aws-appsync-chat issues
Sort by recently updated
recently updated
newest added

Hey was just wondering if anyone had got this great example working in React Native?

the `npm install -g @aws-amplify` errors from the "Building the App (manually)" part errors, it should be `npm install -g @aws-amplify/cli`

`npm install` fails on `Node.js 12.16.1` but runs without issues on `Node.js 10.19.0` Host OS version: `macOS Catalina 10.15.3` npm version: `6.14.2` I think it would be nice to mention...

Updated schema.graphql to reflect recent pull requests made to the source code's schema.graphql -- the subscription error handshake is gone and thus debugging the app isn't producing any errors. However,...

Need to keep count of how many subscribers are connected with each subscription. For UserA, UserB are connected with SubscriptionA : then 2 is the total subscribers For UserA are...

*Issue #, if available:* https://github.com/aws-samples/aws-appsync-chat/issues/13 *Description of changes:* Add User Subscriptions. By this change, Users subscribeToNewMessages works propery. By submitting this pull request, I confirm that my contribution is made...

CloudFormation templates in aws-appsync-chat have been found to include a [deprecated Lambda function runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html) (nodejs8.10). The affected templates have been updated to a supported runtime (nodejs10.x). By submitting this pull...

After several attempts, I am unable to deploy the Chatt app. Here's what I have tried so far: 1. Installed latest Amplify CLI - npm install -g awsmobile-cli@latestDD 2. Installed...

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...