AnomalyInnovations / serverless-stack-demo-client

Source for the demo app client in the Serverless Stack Guide
https://demo2.serverless-stack.com
MIT License
636 stars 204 forks source link

Trying to get notes from localhost throws 403 #62

Open codixir opened 3 years ago

codixir commented 3 years ago

Though I am logged in as a valid user, I can neither get nor create notes from localhost. I keep getting 403 { missing authorization token}. Can someone help with this?

Getting this error response

User: arn:aws:sts::abjkdbfjadfafd:assumed-role/notes-app-api-dev-CognitoAuthRole-hajfhdjkfhdf/CognitoIdentityCredentials is not authorized to perform: execute-api:Invoke on resource: arn:aws:execute-api:us-east-1:********7995:1nfaldncc5/dev/GET/notes

jayair commented 3 years ago

This looks like it is related to the Cognito Identity Pool permissions. Can you try double checking that step or redoing it?