File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ help: ## Show this help
5
5
| awk ' BEGIN {FS = ":.*?## "}; {printf "\033[1;32m%-15s\033[0m %s\n", $$1, $$2}'
6
6
7
7
deploy : # # Deploy CloudFormation Template
8
- # cd static-web-site-distribution && make test-deploy || { echo "Deployment of static-web-site-distribution failed"; exit 1; }
8
+ cd static-web-site-distribution && make test-deploy || { echo " Deployment of static-web-site-distribution failed" ; exit 1; }
9
9
cd lambda-batch && make test-deploy || { echo " Deployment of lambda-batch failed" ; exit 1; }
10
10
cd lambda-with-api-gw && make test-deploy || { echo " Deployment of lambda-with-api-gw failed" ; exit 1; }
11
11
cd cloudwatch-rum && make test-deploy || { echo " Deployment of cloudwatch-rum failed" ; exit 1; }
Original file line number Diff line number Diff line change 1
1
.DEFAULT_GOAL := help
2
2
3
3
BINARY_NAME = bootstrap
4
- AWS_STACK_NAME = lambda-batch
4
+ AWS_STACK_NAME = lambda-with-api-gw
5
5
TEMPLATE_FILE = template.yml
6
6
7
7
.PHONY : help clean dependency_check build deploy
You can’t perform that action at this time.
0 commit comments