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 mapping functions are largely for validation and basic data transformation/normalization, regular expressions are extremely useful in the mapping functions. It would be great to see them added to...

feature-request

Lambda recently added an option to configure the log group the function puts its logs: see [here](https://aws.amazon.com/blogs/compute/introducing-advanced-logging-controls-for-aws-lambda-functions/) and [here](https://docs.aws.amazon.com/lambda/latest/dg/monitoring-cloudwatchlogs.html#monitoring-cloudwatchlogs-loggroups). It would be greatly helpful to be able to configure the...

feature-request

I would love to see the ability to cache the result of an individual function in addition to an entire resolver. For example, think of an app where you have...

feature-request

Currently there are only 3 options for log levels: NONE, ERROR, TRACE Tracing contains all field level stats from aws and is _very noisy_ Error logging only shows console.error logs...

feature-request

We are currently in the process of building an API using AppSync and have hit a bit of an issue. Our information security policies dictate that we should not expose...

feature-request

AWS AppSync and AWS Lambda as resolver *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of...

The VTL documentation shows a $util.rds.toJsonObject function: ![image](https://user-images.githubusercontent.com/82075/219857507-7b3756fa-d1ef-4b3a-8293-6a2d6cd6a8da.png) The same is available for the JS resolvers (from the @aws-appsync/utils npm package https://www.npmjs.com/package/@aws-appsync/utils?activeTab=explore): ![image](https://user-images.githubusercontent.com/82075/219857518-08d3d807-67dd-4d53-870b-1ae98cc5f472.png) But the documentation page for it is...

Within the AppSync JS runtime environment, I have encountered an unexpected error. If all of the following are met: - we have a type containing an optional property - we...

bug

Right now the only official way to integrate with RDS is by using the Data API. The Data API is only available with Aurora Serverless V1, which has been deprecated....

feature-request

Hello community, Based on OWASP recommendations it is nice to have depth and amount limitations on queries that could be done over API. https://cheatsheetseries.owasp.org/cheatsheets/GraphQL_Cheat_Sheet.html#query-limiting-depth-amount Do we have any instruments to...

feature-request