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 f39bbbe commit ac29442Copy full SHA for ac29442
scripts/execute.sh
@@ -1,3 +1,4 @@
1
+#!/bin/bash
2
# config
3
STACK_NAME=lambda-power-tuning
4
INPUT=$(cat scripts/sample-execution-input.json) # or use a static string
@@ -32,4 +33,4 @@ do
32
33
aws stepfunctions describe-execution --execution-arn $EXECUTION_ARN --query 'output' --output text
34
break
35
fi
-done
36
+done
0 commit comments