Commit Graph

117 Commits

Author SHA1 Message Date
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
60cac09e93 fix scaffold template 2017-10-20 18:33:48 +09: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
Jack Danger
53d8d48e88 Revert "Merge pull request #1209 from JackDanger/jack/store-as-python"
This reverts commit 2a3fdf6b64, reversing
changes made to a06145d781.
2017-09-27 13:58:56 -07:00
Jack Danger
4c1d0c3f5f Store JSON in Python for instance types
This allows it to be bundled in the distributed app more simply
2017-09-27 13:50:48 -07:00
Jack Danger
9a7716a6ea Merge pull request #1196 from terrycain/scaffold
Added more output to scaffold.py
2017-09-27 11:53:33 -07:00
Jack Danger
7fb8eb3434 Merge pull request #1195 from terrycain/polly
AWS Polly implementation
2017-09-27 11:20:55 -07:00
Terry Cain
6feaced0bf
Script to get instance info 2017-09-27 17:27:36 +01:00
Terry Cain
2db5f0a247 Added some instruction text 2017-09-26 17:33:19 +01:00
Terry Cain
fcacecbef0 Nearly finished Polly implementation 2017-09-26 16:46:18 +01:00
Toshiya Kawasaki
aaa5f9ef6b Merge branch 'master' into feature/scaffold 2017-09-23 17:29:18 +09:00
Toshiya Kawasaki
0a4c2301c7 fix bug that existing template breaks 2017-09-23 17:14:04 +09:00
Toshiya Kawasaki
316a638d9e add description of scaffold.py 2017-09-23 17:03:42 +09:00
Toshiya Kawasaki
4cc4b36f15 move helper script to scripts dir and add one to Makefile 2017-09-22 19:23:10 +09:00
Jack Danger
727f757bc4 regenerating policies 2017-09-20 18:12:30 -07:00
Jack Danger
8f2f7fa20d Adding a script to import all of AWS' managed policies
fixes #1118
2017-09-19 14:01:08 -07:00
Jack Danger
83c40a5bf6 moving implemetation_coverage to new scripts dir 2017-09-19 13:58:59 -07:00