base rest api endpoints.
This commit is contained in:
parent
2d471ecf9d
commit
45f92fb4c7
10 changed files with 208 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
from moto.apigateway import apigateway_backend
|
||||
from moto.autoscaling import autoscaling_backend
|
||||
from moto.awslambda import lambda_backend
|
||||
from moto.cloudwatch import cloudwatch_backend
|
||||
|
|
@ -23,6 +24,7 @@ from moto.sts import sts_backend
|
|||
from moto.route53 import route53_backend
|
||||
|
||||
BACKENDS = {
|
||||
'apigateway': apigateway_backend,
|
||||
'autoscaling': autoscaling_backend,
|
||||
'cloudformation': cloudformation_backend,
|
||||
'cloudwatch': cloudwatch_backend,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue