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

The AWS AppSync community

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

AppSync comes with the default GraphQL scalar types and with some handy [additional AWS types](https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html). It would be nice, however, to be able to add custom scalar types as well.

feature-request

GraphQL has a built-in compute or runtime component where developers can customize their own business logic directly at the API layer. These components are called Resolvers, and they provide the...

rfc

**schema** (with Amplify annotation shorthand) ``` type A { id } type B { id } query { get_A:A @function(...) get_B:B @function(...) } ``` **client request** ``` query { get_A...

I have a pipeline resolver for an AppSync Mutation. It contains two functions, the first one is a Lambda sending updates to RDS, the second one should take the result...

feature-request

I am trying to mutate a table with Python, but for whatever reason the mutation does not replace previous values, but it does create rows, and append to arrays. I...

Hi, I need to know that as we deploy out API gateway APIs to prod or any other environment by simply deploy -> create new stage -> deploy by aws...

feature-request

Hello, I try to get the current week index of the year. I am using the $util.time.nowFormatted VTL function with the string input type "w" ([https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html](https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html)). I tried it a...

pending triage

Hi Team, How to perform suggester query in AppSync with Amazon OpenSearch Service Resolvers. it is perfectly ok with when running search queries. but in the case of the suggester,...

Looking at the standards for JSON Web Keys, the alg parameter is determined to be optional (https://datatracker.ietf.org/doc/html/rfc7517#section-4.4). However it is required as part of AppSync's specification (https://docs.aws.amazon.com/appsync/latest/devguide/security-authz.html#openid-connect-authorization). This is currently...

Organizations leverage AWS AppSync in order to create, manage, monitor, and secure serverless GraphQL APIs. With AppSync APIs, teams can access data from multiple different data sources within an AWS...

rfc