k1LoW / awspec

RSpec tests for your AWS resources.
MIT License
1.17k stars 193 forks source link

Fix API Gateway test failure if more that 25 APIs in API Gateway #506

Closed ckthiessen closed 4 years ago

ckthiessen commented 4 years ago

This is addressing issue #504. Increased the number of APIs returned from the default 25 to the maximum of 500 and added pagination in case more than 500 APIs exist. All API Gateway tests pass. I am creating a new PR because I moved my changes onto a different branch to follow contributing conventions.

k1LoW commented 4 years ago

Released as v1.18.5.