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.
2 parents 2a29421 + e835ce8 commit cab3a68Copy full SHA for cab3a68
modules/scenarios/message-size-breach/main.tf
@@ -74,8 +74,7 @@ resource "aws_lambda_event_source_mapping" "sqs_trigger" {
74
75
# These settings make the failure more dramatic
76
maximum_batching_window_in_seconds = 5
77
- maximum_retry_attempts = 3
78
-
+
79
depends_on = [aws_iam_role_policy_attachment.lambda_sqs_policy]
80
}
81
0 commit comments