AnomalyInnovations / aws-api-gateway-cli-test

A simple CLI to test API Gateway endpoints with IAM authorization
MIT License
120 stars 29 forks source link

Verbose logging #4

Open quantuminformation opened 6 years ago

quantuminformation commented 6 years ago

Is there any way to get more verbose logging, finding it hard to debug this error:

image

quantuminformation commented 6 years ago

Eventually, I had to update the trust relationship.

jayair commented 6 years ago

@QuantumInformation Yeah I need to look into how we can get more info from AWS. Their error messages lack quite a bit of detail.

The best we've been able to do so far is just look at what people experience when they see a certain error message and relay that to everybody else.

lopezdp commented 5 years ago

Im getting a status: 401 'Unauthorized' response message using the same data but configured for my credentials.... any suggestions on what path to take to debug this? thanks for the help!

jayair commented 5 years ago

Hey @lopezdp, is this related to the issue you posted on the forums?

lopezdp commented 5 years ago

Hey @lopezdp, is this related to the issue you posted on the forums?

This was something else but I resolved it. I had the wrong info down for the authorizer attribute in serverless.yml. Thanks again!