aws-mobile-appsync-sdk-js icon indicating copy to clipboard operation
aws-mobile-appsync-sdk-js copied to clipboard

JavaScript library files for Offline, Sync, Sigv4. includes support for React Native

Results 125 aws-mobile-appsync-sdk-js issues
Sort by recently updated
recently updated
newest added

**Do you want to request a *feature* or report a *bug*?** Feature question **What is the current behavior?** After following the README for integration with ApolloClient, I had it working...

question
pending-close-response-required
auth-link

> Note: If your issue/feature-request/question is regarding the AWS AppSync service, please log it in the [official AWS AppSync forum](https://forums.aws.amazon.com/forum.jspa?forumID=280&start=0) **Do you want to request a *feature* or report a...

feature-request
p5

> Note: If your issue/feature-request/question is regarding the AWS AppSync service, please log it in the [official AWS AppSync forum](https://forums.aws.amazon.com/forum.jspa?forumID=280&start=0) **Do you want to request a *feature* or report a...

will Appollo client work with in aws lambda? I want to do Appsync graphql operations from my lambda. I can't find any way to do it.

> Note: If your issue/feature-request/question is regarding the AWS AppSync service, please log it in the [official AWS AppSync forum](https://forums.aws.amazon.com/forum.jspa?forumID=280&start=0) **Do you want to request a *feature* or report a...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Report a *bug* **What is the current behavior?** Using `aws-appsync` in Lambdas (ie.: AWSAppSyncClient) makes lambda execution fail with error: ``` ERROR Invoke Error {"errorType":"TypeError","errorMessage":"Cannot convert undefined or null to...

Look at `aws-appsync/lib/index` it wraps `require` calls as ES6 modules. ``` "use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", {...

investigating

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce...

p4

> Note: If your issue/feature-request/question is regarding the AWS AppSync service, please log it in the [official AWS AppSync forum](https://forums.aws.amazon.com/forum.jspa?forumID=280&start=0) See also the following (which is the same issue, but...

to-be-reproduced
subscription-link