Adding sqs queue creation
This commit is contained in:
parent
e261b82f29
commit
89364ed864
12 changed files with 244 additions and 35 deletions
|
|
@ -1,7 +1,8 @@
|
|||
from jinja2 import Template
|
||||
|
||||
from moto.core.utils import camelcase_to_underscores
|
||||
from moto.ec2.models import ec2_backend
|
||||
from moto.ec2.utils import instance_ids_from_querystring, camelcase_to_underscores
|
||||
from moto.ec2.utils import instance_ids_from_querystring
|
||||
|
||||
|
||||
class InstanceResponse(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue