Releases: spreaker/grunt-aws-apigateway
Releases · spreaker/grunt-aws-apigateway
v. 0.0.7
Bug fixing:
concurrent modification
error when creating methods (see PR #5, thanks to Tomas Romero)
v. 0.0.6
Bug fixing:
- the
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.