Questions tagged with AWS AppSync
Content language: English
Sort by most recent
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...
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,...
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...
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...
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...
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...
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 ...
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,...
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...
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...
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?
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...