- Added sleep to the
resources method creationto avoid429 Too Many Requestsresponse, due to AWS rate limit (see PR #7, thanks to Matteo Rossi)
- Updated dependencies (see PR #6, thanks to Matteo Rossi)
- FIX:
concurrent modificationerror when creating methods (see PR #5, thanks to Tomas Romero)
- FIX: the
responseParametersvalues in resource's method response should be boolean, used to specify whether the parameter is required. We currently always force it tofalse, in order to avoid any breaking change in the configuration format.
- FIX:
concurrent modificationerror when creating resources
- First public release