moto/moto/core
Toshiya Kawasaki 0de2e55b13 Support iot and iot-data (#1303)
* 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

* Add features of things and thing-types

* fix scaffold

* basic crud of cert

* support basic CRUD of policy

* refactor

* fix formatting of scaffold

* support principal_pocicy

* support thing_principal

* update readme

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

* escape service w/ hyphen

* fix regexp to extract region from url

* escape service

* Implement basic iota-data feature

* iot-data shadow delta

* update readme

* remove unused import

* remove comment

* fix syntax

* specify region when creating boto3 client for test

* use uuid for seed of generating cert id

* specify region_name to iotdata client in test

* specify region to boto3 client in moto response

* excude iot and iotdata tests on server mode

* fix handling of thingTypeName in describe-thing

* test if server is up for iot
2017-11-10 09:44:02 +00:00
..
__init__.py Add BaseModel to all models. 2017-03-11 23:41:12 -05:00
exceptions.py Completed events 2017-10-28 20:17:34 +01:00
models.py utf 8 in key deletions V2 (#1321) 2017-11-06 13:39:08 -08:00
responses.py Support iot and iot-data (#1303) 2017-11-10 09:44:02 +00:00
urls.py First version of dashboard. 2017-03-11 22:45:42 -05:00
utils.py Added SetAlarmState and added state filter to describe 2017-10-27 18:58:11 +01:00