Skip to content
#

aws-appsync

Here are 104 public repositories matching this topic...

Gerharddc
Gerharddc commented Jan 21, 2019

Do you want to request a feature or report a bug?
Bug

What is the current behavior?
On most of my React-Native screens that contain more than one Query, only the first one ever gets loaded and rest are stuck on loading forever. I can confirm from AppSync logs that no network requests are ever made for those queries. They also never return an error and are simply stuck. Using the A

kvr2277
kvr2277 commented Aug 25, 2019

Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname

LogGroupName: { 'Fn::Join': ['/', ['/aws/appsync/apis', { 'Fn::GetAtt': [logicalIdGraphQLApi, 'ApiId'] }]] },

is there a way to make this API name instead. In cloudwatch - pointing at correct appsync loggroup becomes little difficult as we have to know s

Improve this page

Add a description, image, and links to the aws-appsync topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aws-appsync topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.