All Content tagged with AWS AppSync
AWS AppSync is a fully managed service that makes it easy to develop GraphQL APIs by handling the heavy lifting of securely connecting to data sources like AWS DynamoDB, Lambda, and more.
Content language: English
Select up to 5 tags to filter
Sort by most recent
I am trying to create a new AppSync API and during the creation I want it to connect to and existing RDS database so that I can use the introspect feature. But during creation of AppSync, after I...
I am trying to implement enhanced server-side subscription filtering for some mutations on my AppSync application. I understand that there are some limitations with this feature, namely:
- AWS AppSync...
Does anyone know of a good/working GraphQL server solution on top of MySQL with thousands of tables?
Hi,
Does anyone know of a good/working GraphQL server solution on top of MySQL with thousands of tables?
Tal
Hi
I was not able to make a working subscription resolver for my subscription field.
The sample schema is as follows:
```
type Message {
user: String!
body: String!
}
type Mutation {
...
Do you know of a working example (or workshop) to deploy hundreds of AppSync APIs including the auto-generated code created in the AWS Console when creating a new AppSync API interactively using...
I am trying to query dynamodb data using IN operator in appsync javascript resolver but getting error as invalid operator IN in keyConditionExpression.
I have the following schema:
```
type Task @model
@aws_cognito_user_pools
@aws_api_key {
id: ID!
taskType: TaskType
taskTypeId: ID
}
type TaskType @aws_cognito_user_pools
@aws_api_key...
I am trying to implement a custom Lambda function in my app in order to check users and federate data. The goal is to be able to federate data based on user using my current user management system.
I...
I am calling my AWS AppSync GraphQL API using Python. The API is hosted on AWS amplify. I have entered my AppSync GraphQL endpoint URL correctly.
However I get the following error when I execute a...
I'm facing challenges with large GraphQL queries going to my application behind Amazon CloudFront. The query strings can sometimes exceed CloudFront's query string length limits, leading to request...
I am developing a nextJS app using amplify/appsync/dynamodb.
The deployed app seems to be using a stale version of data stored in dynamodb. The original data set only included 7 records. I added 25...
Since upgrading to amplify V6 I have been getting a frontend build error - everything is working perectly locally.
Initially I was getting no error message at all, It just stated "Failed to compile"...