Tag: Amazon Web Services
-
401 error returned on graphQL api on react.js app hosted by aws-amplify (AuthMode: “AMAZON_COGNITO_USER_POOLS”)
0 I’m trying to set up a web app using react.js hosted by amplify on AWS, which I will need to store user preferences of certain categories in a dynamoDB table. Users must authenticate with Cognito before being able to view/interact with their preferences. I have been having a hard time trying to connect to…