Commit Graph

4 Commits

Author SHA1 Message Date
kbalk
b89b0039e4
Add some basic Firehose service APIs (#4246) 2021-09-14 09:39:39 +00:00
kbalk
180a48751d
Minor updates to scaffold.py (#4213)
Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2021-08-24 16:49:45 +01:00
Toshiya Kawasaki
56793a3b2a Fix scaffold to support rest-json style API (#1291)
* append appropriate urls when scaffolding

* make dispatch for rest-api

* fix dispatch for rest-json

* fix moto/core/response to obtain path and body parameters

* small fixes

* remove unused import

* fix get_int_param

* fix scaffold

* fix formatting of scaffold

* fix misc

* escape service to handle service w/ hyphen like iot-data

* escape service w/ hyphen

* fix regexp to extract region from url

* escape service

* fix syntax

* skip loading body to json object when request body is None
2017-10-24 20:45:39 +02:00
Toshiya Kawasaki
ea26466e6d Add more files and lines when scaffolding (#1222)
* auto-generatr urls.py

* add mocks to moto/__init__.py and moto/backends.py

* add uri to urls.py

* change output of scaffold.py
2017-10-01 15:17:02 -07:00