Category "aws-appsync"

Invalid update expression: two document paths overlap with each other Appsync

I am trying to create a map(userStatus in my case) incase it doesn't exist and also update it's key value in one pass. here is the code from my appsync request

Retrieve all connected objects and array of objects in a single query

I'm having trouble in bringing nested array of objects from a single query generated by AWS Amplify CLI. I can see I get a single nested object from a single qu

Error when initiating a subscription in AWS AppSync console

When testing real-time subscription examples from AppSync doc, I ran into this error produced by a subscription request in AWS UI console. The references CDN wi

Error when initiating a subscription in AWS AppSync console

When testing real-time subscription examples from AppSync doc, I ran into this error produced by a subscription request in AWS UI console. The references CDN wi

Is there a way to connect an Appsync resolver to an API gateway endpoint that's authorized via Cognito userpools?

I have an existing API Gateway endpoint that is secured by a Cognito userpool authorizer. I'm not able to change the authorization method at this time. I would

Creating Batch Operations with AWS Amplify [GraphQL, DataStore, AppSync]

I've currently been handling batch operations with a for loop, but obviously, this is not the best approach, especially as I'm adding an 'upload by CSV' option,

Union type result in graphql subscription

Is it possible to have a union result on a graphql subscription, specifically in AppSync? I tried the following in AppSync but got an error "The subscription h

AWS AppSync - Defining GraphQL schema with custom directives

While defining this custom directive: directive @hashField on INPUT_FIELD_DEFINITION I get this error on the AWS AppSync (Schema tab): Error parsing sche

How to disable introspection queries with AWS appsync (GraphQL)?

With the compliance we need to remove introspection queries in production for AppSync endpoints. What is the best way to disable introspection queries with AppS

How can I implement a chat schema with @manyToMany using Amplify GraphQL with non private/public auth rules?

I was trying to implement a chat feature that has three models; message, user and conversation. A user can have many conversations, a conversation can have many