About 780,000 results
Open links in new tab
  1. AWS AppSync Resolver: ddb.query vs Raw Operation Object in CDK

    Sep 19, 2024 · I'm working on an AWS AppSync project using CDK (Cloud Development Kit) to define my resolvers. I've come across two different approaches for writing DynamoDB query operations in …

  2. 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

  3. 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!,

  4. 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 5 years, 11 months ago Modified 3 years, 1 month ago Viewed 14k times

  5. 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 …

  6. amazon web services - AWS::Appsync:Resolver Cloudformation error …

    Code property under Appsync resolver expects a string or a JSON object that represents the code, not the location of the code file. You can include it as a string in the Code parameter. Or as …

  7. aws appsync - How to sort on a field in list query in aws-amplify ...

    Jun 7, 2019 · How to sort on a field in amplify graphql api? I am trying to sort on a field while getting a list of an model. Eg: Sorting on createdDate in listOrder query. Any help please?

  8. 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.

  9. 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 …

  10. amazon web services - AWS AppSync Lambda authoriser always results …

    Mar 18, 2022 · 1 I am currently playing around a bit with AWS AppSync and I am trying to use the Lambda authoriser feature to do some custom auth for the GraphQL API. I have the Lambda function …