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
> 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...
I'm using jwtToken to create a protected client. The jwtToken is generated each time a user logs in so new client has to be created on every login. But when...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** I can't establish a connection to AppSync **If the current behavior is 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...
considering this piece of code. ```js const url = 'xxx' const jwtToken = async () => { return await getJwtToken() } const auth = { type: 'AMAZON_COGNITO_USER_POOLS', jwtToken, } const...
*Issue #, if available:* *Description of changes:* Fixes minor typos in the README. Additionally, the "Angular" link in the table of contents links to nothing, and the formatting of the...
Seems to happen after leaving app open for an extended period (eg in simulator, but I have seen it on device too) and observer is set to null when it...
``` Error: Network error: Can't find **graphqlQueryName** on object (ROOT_QUERY) undefined. ``` It works most of the time but fails about 20% of the time. Similar to these issues https://github.com/apollographql/react-apollo/issues/1932...
> 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:* #577 *Description of changes:* Remove the `aws-sdk` dependency by using `@aws-sdk/*` alternatives. By submitting this pull request, I confirm that you can use, modify, copy, and...