Questions tagged with AWS AppSync

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I'm using AWS AppSync to query and create data but now I need to update the objects. I'm using the update mutation created by AppSync but it is returning the data without updating. Could you please...
0
answers
0
votes
7
views
asked 7 days ago
We are using Amplify-swift framework for auth, also added API plugin. So we could add the Api to our amplify project in backend using codegen. when done with codegen an API.swift file is generated,...
1
answers
0
votes
64
views
asked 17 days ago
Dependencies: node 18.14.2 amplify/cli 10.6.2 Used auth: Default Auth: Cognito UserPool Second: API Key User A is in cognito group "admin" User B is **not ** in any group **Graphql...
0
answers
0
votes
47
views
mf89
asked 17 days ago
Hey Guys, i have this scenario: I use serverless framework and i use the serverless-appsync plugin. The primary auth is a cognito user pool. The additional auth is IAM. My funtion in the serverless...
2
answers
0
votes
126
views
asked 21 days ago
I'm new to python so please bear with me. I'm following the layout of the data in this link: https://aws.amazon.com/blogs/aws/aws-price-list-api-update-new-query-and-metadata-functions/ and this is...
1
answers
0
votes
93
views
asked a month ago
in the web app using Amplify & Datastore I am updating the app UI based on the changes from the server on sync (DataStore.observe/subscribe) When change is made by the particular client - I update...
Accepted AnswerAWS AppSyncAWS Amplify
2
answers
0
votes
57
views
Arsen
asked a month ago
I'm using aws amplify with appsync in android, I am getting response time like below: time D StartTime: 1681706701924 time D EndTime: 1681706704012 time ...
0
answers
0
votes
22
views
asked 2 months ago
I am writing an app with Amplify and I am unable to delete a Model called `booking`. Every booking has on client and one tutor relationship: ``` type Client @model @auth(rules: [{allow: groups,...
1
answers
0
votes
42
views
asked 2 months ago
I have a problem accessing to Query section in AppSync API By AWS Console. rest sections like Shema, DataSource, etc - work. I Just see an error: ``` Unable to load content The content for this...
Accepted AnswerAWS AppSync
1
answers
0
votes
56
views
asked 2 months ago
Hi, I've try to import some table, from Saas Instance of Sap SuccessFactors to S3. At the moment I've exposed from SAP SuccessFactors API and I consume it to a custom Lambda (that write the data into...
1
answers
1
votes
38
views
Johnny
asked 2 months ago
Is there a way to query Timestream from an Appsync API using an HTTP resolver? Is there any examples of setting that up using the cdk?
1
answers
0
votes
74
views
asked 2 months ago
Does AWS AppSync support a way to map Queries/Mutations/Fields to a resolver without having to define everything as a 1:1 mapping? I was thinking something like a default or pattern-based resolver...
1
answers
0
votes
36
views
asked 2 months ago