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 cbf96d6 + c288d71 commit 5c847d8Copy full SHA for 5c847d8
patch-approval/lambda-run/run.py
@@ -7,7 +7,7 @@
7
def check_execution(name):
8
client = boto3.client('stepfunctions')
9
states = client.list_executions(
10
- stateMachineArn="arn:aws:states:ap-southeast-2:281902667290:stateMachine:labs-patch-approval-sfn",
+ stateMachineArn=sfn_arn,
11
statusFilter='RUNNING',
12
)
13
executionARN = states['executions'][0]['name']
0 commit comments