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 39650fa commit b09382bCopy full SHA for b09382b
cdk/quiz_app/quiz_app_stack.py
@@ -69,7 +69,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
69
dead_letter_queue=sqs.DeadLetterQueue(
70
max_receive_count=1, queue=dlq_submission_queue
71
),
72
- visibility_timeout=aws_cdk.Duration.seconds(10),
+ visibility_timeout=aws_cdk.Duration.minutes(1),
73
)
74
functions_and_roles = [
75
(
0 commit comments