Skip to content

Commit c822610

Browse files
author
ChadKluck
committed
updated ApiGatewayLoggingEnabled in template
1 parent 899edff commit c822610

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

application-infrastructure/template-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"Parameters": {
3-
"ApiPathBase": "$PROJECT_ID$-$STAGE_ID$"
3+
"ApiPathBase": "$PROJECT_ID$-$STAGE_ID$",
4+
"ApiGatewayLoggingEnabled": "FALSE"
45
},
56
"Tags": {
67
"Name": "Hello World Web Service API $PREFIX$-$PROJECT_ID$",

application-infrastructure/template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Metadata:
6464
- ApiPathBase
6565
- LogRetentionInDaysForPROD
6666
- LogRetentionInDaysForDEVTEST
67+
- ApiGatewayLoggingEnabled
6768

6869
# =============================================================================
6970
# PARAMETERS

0 commit comments

Comments
 (0)