Skip to content

Commit 2c21b89

Browse files
committed
fix state machine issue
1 parent 718fa17 commit 2c21b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cdk/quiz_app/quiz_app_stack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
262262
"../configurations/statemachine.json"
263263
),
264264
role=state_machine_role,
265+
state_machine_name="SendEmailStateMachine"
265266
)
266267

267268
# set up lambda permissions

0 commit comments

Comments
 (0)