The Wayback Machine - https://web.archive.org/web/20210807225725/https://github.com/topics/amplify
Skip to content
#

amplify

Here are 357 public repositories matching this topic...

Lorenzohidalgo
Lorenzohidalgo commented Jun 3, 2021

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: outboxMutationFailed

To Reproduce
St

aeggbeg
aeggbeg commented Feb 9, 2021

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

richardmcclellan
richardmcclellan commented May 18, 2021

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

This application demonstrates a full-stack Apple CarPlay app that uses Swift for both the UI and the backend services in AWS. The app accesses Lambda functions written in Swift and deployed from Docker images. The app accesses Amazon Location Service and a 3rd party weather api to display information in the vicinity of the user.
  • Updated May 27, 2021
  • Swift

Improve this page

Add a description, image, and links to the amplify topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the amplify topic, visit your repo's landing page and select "manage topics."

Learn more