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
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
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
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
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
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,
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
While defining this custom directive: directive @hashField on INPUT_FIELD_DEFINITION I get this error on the AWS AppSync (Schema tab): Error parsing sche
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
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