Much of the way towards complete DynamoDB Streams implementation
This commit is contained in:
parent
0b57ffe26a
commit
519899f74f
9 changed files with 278 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ from moto.core import moto_api_backends
|
|||
from moto.datapipeline import datapipeline_backends
|
||||
from moto.dynamodb import dynamodb_backends
|
||||
from moto.dynamodb2 import dynamodb_backends2
|
||||
from moto.dynamodbstreams import dynamodbstreams_backends
|
||||
from moto.ec2 import ec2_backends
|
||||
from moto.ecr import ecr_backends
|
||||
from moto.ecs import ecs_backends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue