commit
8e79fadb0f
18 changed files with 1251 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from moto.acm import acm_backends
|
||||
from moto.apigateway import apigateway_backends
|
||||
from moto.autoscaling import autoscaling_backends
|
||||
from moto.awslambda import lambda_backends
|
||||
|
|
@ -34,6 +35,7 @@ from moto.sts import sts_backends
|
|||
from moto.xray import xray_backends
|
||||
|
||||
BACKENDS = {
|
||||
'acm': acm_backends,
|
||||
'apigateway': apigateway_backends,
|
||||
'autoscaling': autoscaling_backends,
|
||||
'cloudformation': cloudformation_backends,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue