aws-appsync-community icon indicating copy to clipboard operation
aws-appsync-community copied to clipboard

The AWS AppSync community

Results 175 aws-appsync-community issues
Sort by recently updated
recently updated
newest added

Since the June 2008 specs, [*Errors*](https://graphql.github.io/graphql-spec/June2018/#sec-Errors) adds the `extensions` entry. It also discourages the usage of any other additional entries. > GraphQL services should not provide any additional entries to...

feature-request

ISSUE - Global latency with AWS Cloudfront and AWS AppSync whereas AWS Gatway (edge optimized) with AWS AppSync showing better results (low latency) I tried multiple POC with AWS AppSync....

Assuming the following schema: ```graphql schema { query: Query } type Query { test(a: String, b: String): String } ``` Let's say I want to run the following query: ```graphql...

I currently have an API that manages a lot of files stored in S3, with the file metadata stored in a DBD table. It would be nice if there was...

feature-request

The June 2018 GraphQL spec states the following regarding descriptions ([Source](https://graphql.github.io/graphql-spec/June2018/#sec-Descriptions)): > To allow GraphQL service designers to easily publish documentation alongside the capabilities of a GraphQL service, GraphQL descriptions...

bug

I've added hasCustomPartitionKey to a putItem resolver with a data source configured with sync. However, I'm getting the following TemplateMapping error message: "Unsupported element '$[hasCustomPartitionKey]'." This is the operation: {...

pending triage

Can we have the ability to set a custom HTTP response header from AppSync? I have a requirement to set a custom HTTP header based on the user query. I...

enhancement

I'm tempted to label this as a bug, considering how bizarre this behavior is to me, but you can consider this a feature request. Consider the following example: type Event...

feature-request

Using descriptions on enum values is not working. This schema makes AppSync schema parser going crazy ```graphql # Represents the individual results of a search. enum SearchType { # Returns...

feature-request

AWS CDK provides the possibility to generate Lambda functions in ESM format. However it seems like Appsync cannot process this format (thanks @jogold). You can find the original ticket here...