Top "Aws-appsync" questions

AWS AppSync lets you build data-driven apps with real-time and offline-first capabilities based on GraphQL with custom resolver support for DynamoDB, ElasticSearch, AWS Lambda, and Local datasources.

AWS Amplify: How to delete the environment, when resources are already partially deleted?

TL;DR: How to delete an amplify environment, when some resources of the service have been deleted manually in the …

amazon-web-services amazon-cognito aws-appsync aws-amplify amazon-cloudfront
AWS GraphQL: Variable 'input' has coerced Null value for NonNull type 'Input!'

I'm using ReactJS and aws-amplify to execute graphql operations. CODE: import { API, graphqlOperation } from 'aws-amplify'; import { UpdateInput } from './mutations.…

reactjs graphql aws-appsync aws-amplify
How to upload file to AWS S3 using AWS AppSync

Following this docs/tutorial in AWS AppSync Docs. It states: With AWS AppSync you can model these as GraphQL types. …

amazon-s3 aws-appsync
Create JSON Object with Velocity Template Language

I am working with the Apache Velocity Template Language (VTL) in AWS AppSync. In my request template I query an …

amazon-web-services aws-appsync vtl apache-velocity
AWS Cognito/Amplify - have new user sign ups be automatically add to a user group

I am using AWS Amplify library to sign up and perform Auth for an AppSync project. This uses Cognito. However, …

amazon-web-services aws-cognito aws-mobilehub aws-appsync aws-amplify
How to use Apollo Client with AppSync?

AppSync uses MQTT over WebSockets for its subscription, yet Apollo uses WebSockets. Neither Subscription component or subscribeForMore in Query component …

websocket mqtt apollo react-apollo aws-appsync