aws-mobile-appsync-sdk-js
aws-mobile-appsync-sdk-js copied to clipboard
JavaScript library files for Offline, Sync, Sigv4. includes support for React Native
I get issues when using @apollo/client: 3.5.10, aws-appsync-auth-link: 3.0.7, aws-appsync-subscription-link: 3.0.10. There is my config ``` import { ApolloClient, ApolloLink, createHttpLink, InMemoryCache } from '@apollo/client'; import { createAuthLink } from...
> 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...
> 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...
**Do you want to request a *feature* or report a *bug*?** Report a bug **What is the current behavior?** After upgrading `aws-appsync-auth-link` from `2.0.1` to `3.0.7`, the following error occurs:...
> 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...
No Issue, although similar in nature to #515 #544 #596 (and PRs #609, #595). Check observer exists before calling its methods in AppSyncRealTimeSubscriptionHandshakeLink##_handleIncomingSubscriptionMessage This observer is being defaulted to null...
*Description of changes:* Currently, it's not possible to add for example custom headers to the request because they will not be added to the signature. This PR change `formatAsRequest` params...
> 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...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. When importing the Observable from apollo...
**Do you want to request a *feature* or report a *bug*?** Bug **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal...