About 1,050,000 results
Open links in new tab
  1. Websocket connection to AppSync: `com.amazon.coral.service.http# ...

    Nov 1, 2022 · 3 I'm trying to create a Websocket connection to AWS AppSync, but upon connection I receive the error

  2. Aws Appsync $util.error: data and errorInfo always null

    Aws Appsync $util.error: data and errorInfo always null Asked 7 years, 5 months ago Modified 6 years, 11 months ago Viewed 6k times

  3. AWS AppSync - Unauthorized Exception - Stack Overflow

    Oct 6, 2018 · I have started using AWS AppSync and am running into a permissions issue. I used AppSync to create a DynamoDB table for my data, and set up authorization for use with Cognito …

  4. Custom domain name with AWS AppSync using CDK v2

    Apr 3, 2022 · I try to add a custom domain name to my AWS AppSync API using the AWS CDK (v2). First, I manually added a certificate for my domain. I did this in the us-east-1 region (while my API is …

  5. Use Postman to test a service with GraphQL in AWS (AppSync, Apollo)

    Dec 11, 2019 · Use Postman to test a service with GraphQL in AWS (AppSync, Apollo) Asked 6 years ago Modified 3 years, 1 month ago Viewed 14k times

  6. AppSync: Resolve multiple GraphQL fields with one resolver

    Jan 16, 2023 · One way to resolve multiple fields from multiple datasources with AppSync is by using Pipeline Resolvers. It will call the two resolvers sequentially, allowing you to use multiple datasources.

  7. AWS AppSync: pass arguments from parent resolver to children

    Sep 26, 2018 · In AWS AppSync, arguments send on the main query don't seem to be forwarded to all children resolvers. type Query { article(id: String!, consistentRead: Boolean): Article book(id: String!,

  8. AWS AppSync unauthenticated access WITHOUT Amplify

    Oct 19, 2022 · Does anyone know how to configure AWS IAM/Cognito/AppSync to allow access to the AppSync API for unauthenticated users, without using Amplify? I see a lot of examples of how to …

  9. aws appsync - What options can I pass to Amplify ... - Stack Overflow

    Mar 23, 2021 · The documentation for Amplify GraphQL illustrates configuration using the key-value format when you're using AWS AppSync as your GraphQL server. To configure for other kinds of …

  10. How to send a GraphQL query to AppSync from python?

    How do we post a GraphQL request through AWS AppSync using boto? Ultimately I'm trying to mimic a mobile app accessing our stackless/cloudformation stack on AWS, but with python. Not javascript or