Skip to content

Commit

Permalink
get the arn
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 19, 2024
1 parent e5c922d commit a969bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/step_function_invoker/src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def lambda_handler(event, context):

try:
state_machine_execution_result = step_functions_client.start_execution(
stateMachineArn=STATE_MACHINE_ARN,
stateMachineArn=STATE_MACHINE_ARN[0],
input=event,
)

Expand Down

0 comments on commit a969bee

Please sign in to comment.