Skip to content

Releases: spreaker/grunt-aws-apigateway

v. 0.0.7

20 Sep 15:57
Compare
Choose a tag to compare

Bug fixing:

  • concurrent modification error when creating methods (see PR #5, thanks to Tomas Romero)

v. 0.0.6

22 Aug 10:15
Compare
Choose a tag to compare

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.