-
Updated
Aug 6, 2021 - JavaScript
amplify
Here are 357 public repositories matching this topic...
-
Updated
Aug 3, 2021 - JavaScript
Customize ReplyTo Email Address used by Cognito for password reminder and verification code emails
Currently you need to manually modify Cognito settings so that password reminder or verification code email sender is correct. Cognito sends email from the following address :
[email protected] [email protected]
is it possible that value used here is the "pinpoint sender" email you setup during Cloudformation? Basically we are leaving the demo with customers to pl
-
Updated
Jul 4, 2021 - JavaScript
-
Updated
Oct 17, 2019 - JavaScript
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Mar 12, 2021 - JavaScript
-
Updated
Feb 7, 2020 - JavaScript
In the DataStore sync processor, if a transient error occurs with any sync request, the entire sync process is stopped. To increase reliability, every page request should be retried with a jittered exponential backoff strategy.
Ref: amplify-js uses [this jitteredExponentialRetry method](https://github.com/aws-amplify/amplify-js/blob/df95ea3724eb6406f64b03f25086cd3e8644cb5f/packages/core/s
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
May 30, 2021 - TypeScript
-
Updated
May 27, 2021 - Swift
As mention in the documentation, there is one small exception to the standard that the broker makes:
_/oauth2/userinfo: The Oauth2 standard stipulate that the UserInfo endpoint MUST accept Access Tokens as OAuth 2.0 Bearer Token Usage. The broker do not use
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Jan 7, 2020 - JavaScript
-
Updated
Jun 10, 2021 - TypeScript
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
May 24, 2019 - JavaScript
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Dec 10, 2018 - JavaScript
-
Updated
Jul 20, 2019 - JavaScript
-
Updated
Mar 6, 2021 - Python
-
Updated
Aug 5, 2021 - JavaScript
Improve this page
Add a description, image, and links to the amplify topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the amplify topic, visit your repo's landing page and select "manage topics."


Describe the bug
There are some Events for DataStoreHubEvent that are not recognized and therefore cant be handled with a hubSubscription.
For some reason DataStore won't update a specific model and since the event is not recognized the only error log that I'm receiving is:
E/amplify:flutter:datastore(27989): Unrecognized DataStoreHubEvent: outboxMutationFailedTo Reproduce
St