Open jonathanbro opened 1 month ago
Hi @jonathanbro, that's the way AWS manage the API throttling, you can try to avoid the with --aws-retries-max-attempts 1
, more info here.
Let us know if that works for you!
Hey @sergargar thanks for the update! Yep I tried that and it didn't help :(
If there's nothing we feel we can do, please close the issue :)
Steps to Reproduce
Expected behavior
Prowler should successfully audit our API Gateway service.
Actual Result with Screenshots or Logs
How did you install Prowler?
Docker (docker pull toniblyx/prowler)
Environment Resource
OS used
N/A
Prowler version
4.5.0
Pip version
N/A
Context
You will see from the screenshots Prowler cannot successfully run apigateway_service.py. I have tried lowering the max retries to 1 but that didn't help.