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 128 aws-mobile-appsync-sdk-js issues
Sort by recently updated
recently updated
newest added

I'm using AWSAppSyncClient with my Vue app (@vue/cli-service: ~4.5.0) to access AppSync resources. I've configured OPENID_CONNECT as AUTH_TYPE. Below is my code: ``` Vue.use({ install(Vue) { Vue.prototype.$appSyncClient = new AWSAppSyncClient({...

I'm facing issues while migrating from API.graphql to [AWS AppSync SDK](https://docs.amplify.aws/lib/graphqlapi/offline/q/platform/js#aws-appsync-client-sdk) using AWSAppSyncClient. All examples below work fine while using API.graphql, but, when we start to use AppSync, only simple...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** The `aws-appsync` package uses old version of the `aws-appsync-subscription-link` package. **If the current...

Now https://github.com/awslabs/aws-mobile-appsync-sdk-js/blob/master/packages/aws-appsync-auth-link/package.json is using the new `@apollo/client 3.0.x` package, but https://github.com/awslabs/aws-mobile-appsync-sdk-js/blob/master/packages/aws-appsync/package.json is still using the old version `apollo-client`. Is there any plan to upgrade?

> 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...

Describe the bug When utilizing Complex Objects (as described here) to automatically upload files to S3, the upload will fail when utilizing amplify mock due to a CORS error. Based...

**Do you want to request a *feature* or report a *bug*?** I want to report a bug **What is the current behavior?** I can't say if this is a bug...

to-be-reproduced
subscription-link

I was wondering if it is possible to use existing s3 bucket while doing **amplify init** .

**Do you want to request a *feature* or report a *bug*?** > Request a feature **What is the current behavior?** > The response type has to be same as that...

feature-request
p4

Hello, I want to ask a basic question,I tried searching all over internet but couldn't find it. As in the title, what is the difference between redux-offline and Appsync SDK...