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

The AWS AppSync community

Results 175 aws-appsync-community issues
Sort by recently updated
recently updated
newest added

Hey there, I'm still getting recruiting spam from Amazon. Is this the correct place to report that? John, Amit, Richard, Michael? You've been so helpful in the past I'm just...

I have been struggling with this issue, and found no solution of this Here is my Schema ``` type Message @model(subscriptions: null) @versioned @aws_iam @aws_cognito_user_pools @key(name: "messageByConversation", fields: ["conversationId", "createdAt"]...

I am using OIDC authmode to connect to my AppSync and I am trying to connect using this code: ` const todoData = await API.graphql({ query: listRooms, variables: {}, authMode:...

It is simply not economical to run millions of IOT updates through Appsync where active GraphQL users scan for the 0.00001% they are interested in. A much more efficient solution...

enhancement

Hello! I'm using AppSync RealTime over WebSocket connections and I'm experiencing intermittent problems that cause the WebSocket connection to break down and results in loss of messages. I'm experiencing this...

This is somewhat related to #1, but different enough that it probably warrants a separate issue. Say you have the following schema in a Cognito-authenticated AppSync api: ```graphql type Query...

feature-request

We're auto-creating our VTL templates via Amplify graphql-transform. Amplify uses `$util.autoId()` when creating new entities ([doc](https://docs.aws.amazon.com/appsync/latest/devguide/utility-helpers-in-util.html)). This leads to UUIDs like `4aedfa04-9da8-484a-ae9c-a4c72b9508ff`. Yet, we would prefer more compact IDs like...

feature-request

Hi, are you planning to add support for Pipeline Resolvers in unit testing soon? Expressions like previous.result are not working right now.

feature-request
help wanted

*Issue #, if available:* *Description of changes:* Just updating our URL. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0...

Amazon OpenSearch Service has launched a serverless (AOSS) version in January, we want to migrate our existing AOS clusters into serverless version to further reduce maintenance costs. We have roughly...

feature-request