Jay

Results 856 comments of Jay

@walshe It can be done either way. But say you had multiple auth providers (Facebook and Google); the Identity Id gives you a unified id for the user.

@walshe Yeah that makes sense. I haven't tried it but it looks okay.

@dougmacklin Thanks for the really detailed report. You are right it is a little weird that `fetch` isn't in Babel. Here is one of the Babel maintainers talking about it...

@dougmacklin yeah that makes sense.

Let's hold off on this one. I'll need to test the sample app with this before making the switch. It'll most likely be fine but worth a test.

@CharithW It seems like importing the `sigV4Client` failed. Can I see your `awsLib.js` and `sigV4Client.js`?

@dailenspencer I think this is an import related issue. Can you compare your `awsLib.js` and `sigV4Client.js` to the one in the tutorial - https://github.com/AnomalyInnovations/serverless-stack-demo-client/blob/master/src/libs/awsLib.js & https://github.com/AnomalyInnovations/serverless-stack-demo-client/blob/master/src/libs/sigV4Client.js.

@dailenspencer Hmm I don't see the invite for some reason. Can you check the version of `react-scripts` in your `package.json`?

We might have found a culprit here - https://github.com/AnomalyInnovations/serverless-stack-com/issues/113#issuecomment-346095708 I'm looking into a proper solution but in the mean time, there is a quick workaround in that comment.

We are unable to replicate this issue with the version of the code in tutorial. Here is more info on this - https://github.com/AnomalyInnovations/serverless-stack-com/issues/113#issuecomment-348753226 If somebody has been able to replicate...