Skip to content

Commit

Permalink
revert script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Mar 11, 2020
1 parent 96dc480 commit dbecaef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-sar-app.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config
BUCKET_NAME=sam-templates-demos-dublin
STACK_NAME=lambda-power-tuning-app-2
BUCKET_NAME=your-sam-templates-bucket
STACK_NAME=lambda-power-tuning-app

# package
sam package --s3-bucket $BUCKET_NAME --template-file scripts/deploy-sar-app.yml --output-template-file packaged-sar.yml
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# config
BUCKET_NAME=sam-templates-demos-dublin
BUCKET_NAME=your-sam-templates-bucket
STACK_NAME=lambda-power-tuning
PowerValues='128,256,512,1024,1536,3008'
LambdaResource='*'
Expand Down

0 comments on commit dbecaef

Please sign in to comment.