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

Add option to test without using IAM credentials #12

Open sutch opened 5 years ago

sutch commented 5 years ago

Added option to test API Gateway endpoint without IAM authorization to allow for testing of APIs which exhibit different behaviors depending on whether user is authorized or anonymous.

jayair commented 5 years ago

@sutch Thanks for the PR!

Can you give me some steps on how to test this?