Skip to content

Commit bbe0f62

Browse files
committed
Rename
1 parent 20b7d89 commit bbe0f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudformation/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ help: ## Show this help
55
| awk 'BEGIN {FS = ":.*?## "}; {printf "\033[1;32m%-15s\033[0m %s\n", $$1, $$2}'
66

77
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; }
99
cd lambda-batch && make test-deploy || { echo "Deployment of lambda-batch failed"; exit 1; }
1010
cd lambda-with-api-gw && make test-deploy || { echo "Deployment of lambda-with-api-gw failed"; exit 1; }
1111
cd cloudwatch-rum && make test-deploy || { echo "Deployment of cloudwatch-rum failed"; exit 1; }

cloudformation/lambda-with-api-gw/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL := help
22

33
BINARY_NAME = bootstrap
4-
AWS_STACK_NAME = lambda-batch
4+
AWS_STACK_NAME = lambda-with-api-gw
55
TEMPLATE_FILE = template.yml
66

77
.PHONY: help clean dependency_check build deploy

0 commit comments

Comments
 (0)