Hui Zhao

Results 254 comments of Hui Zhao

Hi @thedevopsguyblog thanks for sharing the sample app. I haven't got time to inspect it. But regarding: >Then wait a few hours eventually something stale will fail to refresh and...

Hi @Tructivity the code seems incorrect: ```ts import Amplify from 'aws-amplify'; // should be import { Amplify } from 'aws-amplify'; ``` I noticed that you were not using Typescript in...

Hi all! Thank you very much for the contribution from LocalStack! My apologies for the delayed attention. We are currently testing the code change. We noticed that the existing user...

Hi @whummer I opened [the PR](https://github.com/aws-amplify/amplify-js/pull/13739) for fixing the `userPoolEndpoint` cannot be applied on the server side, and it's currently under reviews. Sorry about the delay, it turned out to...

Hi all, the fix PR around the custom user pool endpoint has merged. We've reviewed this proposal internally and we can proceed. Do you want to keep working on this...

Hi all, sorry about the delay. I've made a tag (`local-stack`) release that includes the changes in this PR. LocalStack folks do you mind to install this tag and test...

Hi @whummer the tag release for testing is based on this PR, we will get this PR merged if all the tests are going well for a formal release. Thanks...

Hi @whummer what's the possible urls that LocalStack can generate? Is `http://localhost:` the only format/pattern?

This PR should fulfill https://github.com/aws-amplify/amplify-js/issues/13445

Thanks for the follow up @whummer for clarifying the url that localstack generates. I will follow up on this. > Can you please share some context - do we need...