-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(misc): change configuration for vpc, alb health check
- Loading branch information
Brian Caffey
committed
May 9, 2021
1 parent
6d21e17
commit 45a76c0
Showing
7 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
.PHONY: synth | ||
.PHONY: synth test deploy | ||
|
||
synth: | ||
cdk synth --app='./lib/integ.default.js' | ||
cdk synth --app='./lib/integ.default.js' | ||
|
||
deploy: | ||
cdk deploy --app='./lib/integ.default.js' | ||
|
||
destroy: | ||
cdk destroy --app='./lib/integ.default.js' | ||
|
||
test: | ||
npm run test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule django-step-by-step
updated
8 files
+3 −1 | backend/apps/core/middleware.py | |
+7 −0 | backend/apps/core/urls.py | |
+3 −0 | backend/apps/core/views.py | |
+1 −0 | backend/backend/urls.py | |
+77 −67 | backend/poetry.lock | |
+1 −0 | backend/pyproject.toml | |
+3 −2 | backend/requirements.txt | |
+19 −18 | backend/requirements_dev.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters