-
Updated
Mar 7, 2020
#
aws-appsync
Here are 104 public repositories matching this topic...
Curated list of AWS Amplify Resources
kvr2277
commented
Aug 25, 2019
Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname
LogGroupName: { 'Fn::Join': ['/', ['/aws/appsync/apis', { 'Fn::GetAtt': [logicalIdGraphQLApi, 'ApiId'] }]] },
is there a way to make this API name instead. In cloudwatch - pointing at correct appsync loggroup becomes little difficult as we have to know s
Curated list of AWS AppSync Resources
-
Updated
Mar 21, 2019
Real-Time Offline Ready Chat App written with GraphQL, AWS AppSync, & AWS Amplify
-
Updated
Apr 7, 2020 - JavaScript
Sample using AWS Amplify and AWS AppSync together for user login and authorization when making GraphQL queries and mutations. Also includes complex objects for uploading and downloading data to and from S3 with a React app.
-
Updated
Apr 3, 2020 - JavaScript
Easily Deploy AWS AppSync GraphQL APIs Using Serverless Framework Components
-
Updated
Apr 24, 2020 - JavaScript
React Native Enterprise Social Messaging App
-
Updated
Jul 1, 2018 - JavaScript
Building real-time offline-ready Applications with React, GraphQL & AWS AppSync
-
Updated
Aug 4, 2020 - JavaScript
Building Serverless React Applications with AWS Amplify
-
Updated
Jun 23, 2019
This is repository contains a self-paced workshop that uses AWS AppSync, AWS Amplify and AWS Elemental Media Services to implement a live streaming trivia system.
-
Updated
Aug 20, 2020 - CSS
A list of GraphQL recipes that, when used with the Amplify CLI, will deploy an entire AWS AppSync GraphQL backend.
-
Updated
Jul 6, 2020
Code examples for my book Full Stack Serverless with O'Reilly Publications
-
Updated
Aug 8, 2020 - JavaScript
Building Cloud-enabled Mobile Applications with React Native & AWS Amplify
-
Updated
Dec 18, 2019 - JavaScript
Real-time Collaborative Beatbox with React & GraphQL
-
Updated
Jul 30, 2020 - JavaScript
Android SDK for AWS AppSync.
android
java
graphql-client
graphql
aws
gradle
android-client
codegen
aws-mobile
appsync
aws-appsync
appsync-sdk
graphql-android
-
Updated
Aug 19, 2020 - Java
Vue example using GraphQL with AWS AppSync
-
Updated
Mar 1, 2018 - JavaScript
React Native Movies App: AWS Amplify, AWS AppSync, AWS Cognito, GraphQL, DynamoDB
graphql
aws
react-native
dynamodb
subscriptions
offline-capable
appsync
aws-amplify-react-native
aws-appsync
-
Updated
Jul 24, 2018 - JavaScript
Example application using React + AWS AppSync + GraphQL
-
Updated
Dec 7, 2018 - JavaScript
Real-time Collaborative Markdown Editor
-
Updated
Jul 30, 2020 - JavaScript
SpeakerChat - Real-time Event Q&A Platform with Markdown Support
-
Updated
Jul 30, 2020 - JavaScript
Code and examples from my talk - Curious Cases of GraphQL
-
Updated
Oct 30, 2019
AWS re:Invent 2019 Mobile Workshops
-
Updated
Dec 6, 2019 - CSS
A simple wrapper around Amplify AppSync Simulator to test serverless AppSync Apis
-
Updated
Aug 14, 2020 - JavaScript
Tweeting app with React Native and Expo using GraphQL with AppSync and AWS Amplify.
nodejs
javascript
graphql
react-native
aws-lambda
serverless
aws-cognito
nativebase
mobile-development
native-base
authentication-flow
expo
aws-amplify
aws-appsync
-
Updated
Dec 12, 2019 - JavaScript
React Native Bars App: AWS Amplify, AWS AppSync, AWS Cognito, Google Places, Mapbox
-
Updated
Dec 21, 2018 - JavaScript
AWS AppSync Microservices Access Layer Reference Architecture
-
Updated
Jan 7, 2020 - JavaScript
React + AWS AppSync App for image recognition using AWS Lambda + Amazon Rekognition
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Jul 10, 2020 - JavaScript
Improve this page
Add a description, image, and links to the aws-appsync topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-appsync topic, visit your repo's landing page and select "manage topics."
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
On most of my React-Native screens that contain more than one Query, only the first one ever gets loaded and rest are stuck on loading forever. I can confirm from AppSync logs that no network requests are ever made for those queries. They also never return an error and are simply stuck. Using the A