Skip to content

Commit

Permalink
Merge pull request #108 from claudiopastorini/patch-1
Browse files Browse the repository at this point in the history
Adds shebang to scripts
  • Loading branch information
alexcasalboni committed Aug 24, 2020
2 parents f39bbbe + a2c70db commit 787d51c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/deploy-sar-app.sh
@@ -1,3 +1,4 @@
#!/bin/bash
# config
BUCKET_NAME=your-sam-templates-bucket
STACK_NAME=lambda-power-tuning-app
Expand Down
1 change: 1 addition & 0 deletions scripts/deploy.sh
@@ -1,3 +1,4 @@
#!/bin/bash
# config
DEFAULT_BUCKET_NAME=your-sam-templates-bucket
DEFAULT_STACK_NAME=lambda-power-tuning
Expand Down
3 changes: 2 additions & 1 deletion scripts/execute.sh
@@ -1,3 +1,4 @@
#!/bin/bash
# config
STACK_NAME=lambda-power-tuning
INPUT=$(cat scripts/sample-execution-input.json) # or use a static string
Expand Down Expand Up @@ -32,4 +33,4 @@ do
aws stepfunctions describe-execution --execution-arn $EXECUTION_ARN --query 'output' --output text
break
fi
done
done

0 comments on commit 787d51c

Please sign in to comment.