- Added sleep to the
resources method creation
to avoid429 Too Many Requests
response, due to AWS rate limit (see PR #7, thanks to Matteo Rossi)
- Updated dependencies (see PR #6, thanks to Matteo Rossi)
- FIX:
concurrent modification
error when creating methods (see PR #5, thanks to Tomas Romero)
- FIX: the
responseParameters
values 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 modification
error when creating resources
- First public release