We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387d11a commit 46c2cc9Copy full SHA for 46c2cc9
localstack/utils/bootstrap.py
@@ -44,7 +44,7 @@
44
# maps from API names to list of other API names that they depend on
45
API_DEPENDENCIES = {
46
"dynamodb": ["dynamodbstreams"],
47
- "dynamodbstreams": ["kinesis", "dynamodb"],
+ "dynamodbstreams": ["kinesis"],
48
"es": ["opensearch"],
49
"lambda": ["s3", "sqs", "sts"],
50
"firehose": ["kinesis"],
0 commit comments