grunt-aws-apigateway
Advanced tools
Changelog
0.0.9 (2019-10-28)
resources method creation
to avoid 429 Too Many Requests
response, due to AWS rate limit (see PR #7, thanks to Matteo Rossi)Changelog
0.0.7 (2016-09-20)
concurrent modification
error when creating methods (see PR #5, thanks to Tomas Romero)Changelog
0.0.6 (2016-08-22)
responseParameters
values in resource's method response should be boolean, used to specify whether the parameter is required. We currently always force it to false
, in order to avoid any breaking change in the configuration format.