Adds some basic endpoints for Amazon Forecast (#3434)
* Adding some basic endpoints for Amazon Forecast, including all dataset group related endpoints * Adds better testing around exception handling in forecast endpoint, removes some unused code, and cleans up validation code * Fix unused imports, optimize imports, code style fixes Co-authored-by: Paul Miller <pwmiller@amazon.com>
This commit is contained in:
parent
b7cf2d4478
commit
725ad7571d
12 changed files with 555 additions and 6 deletions
|
|
@ -102,6 +102,7 @@ It gets even better! Moto isn't just for Python code and it isn't just for S3. L
|
|||
| ELB | @mock_elb | core endpoints done | |
|
||||
| ELBv2 | @mock_elbv2 | all endpoints done | |
|
||||
| EMR | @mock_emr | core endpoints done | |
|
||||
| Forecast | @mock_forecast | some core endpoints done | |
|
||||
| Glacier | @mock_glacier | core endpoints done | |
|
||||
| IAM | @mock_iam | core endpoints done | |
|
||||
| IoT | @mock_iot | core endpoints done | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue