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

We currently have one account that handles all API/GQL authorization for our apps and our apps all live in their own accounts. We started creating new app sync projects in...

feature-request

For AppSync GUI and AWS Amplify JS clients we are getting this error in **ten** seconds, where I've read it is defaulted to 30 seconds. ``` "CustomTemplateException(message=execution timed out, errorType=Http:ExecutionTimeoutException,...

enhancement

This post comes from spending 3 hours with AWS premium support for the past 2 days, in addition to time spent individually debugging. Perhaps I could get some clarity in...

question

NOTE: The mutation does indeed work, however, the response payload is greater than 128kb. From what I've been told, 128kb exceeds the limit of AppSync subscriptions. It'd be nice if...

enhancement

I've been building an enterprise-tier product in AppSync and so far it's really living up to the task, but as the list of needs for the enterprise system grows, there...

enhancement

The documentation for caching notes that we can specify the cache keys. What is used as the default cache key? Is it a hash of the request template? The announcement...

enhancement

Is there a way to see in the cloudwatch logs for appsync any messages that are from a mapping template error? We have all the logs turned on for AppSync....

question

Hello, I'm working on an AppSync API which needs to talk to 3d party REST API. The REST API URI has a following schema: `./api/ ` `` will depend on...

enhancement

I had a pipeline that was behaving normal and returning a list of data points similar to this: { nextToken: String, data: [DataPoint] } type DataPoint { value: Float, timeStamp:...

question

In building a recent B2B webapp, we discovered that some corporate networks block websockets. Similarly, some proxies cause websockets to appear open but do not allow any data through. Appsync...

feature-request