-
Updated
May 5, 2021 - JavaScript
amplify
Here are 322 public repositories matching this topic...
-
Updated
Jan 5, 2021 - JavaScript
-
Updated
May 27, 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 :
no-reply@verificationemail.com no-reply@verificationemail.com
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
Oct 17, 2019 - JavaScript
-
Updated
May 29, 2021 - TypeScript
-
Updated
May 7, 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 7, 2021 - JavaScript
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
May 7, 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 5, 2021 - JavaScript
-
Updated
Dec 10, 2018 - JavaScript
-
Updated
Jul 20, 2019 - JavaScript
-
Updated
Mar 6, 2021 - Python
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