Skip to content

Commit a5f69e5

Browse files
author
ChadKluck
committed
Updating spacing in template
1 parent bc9b44f commit a5f69e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

application-infrastructure/template.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ Conditions:
331331
CreateAlarms: !Equals [!Ref DeployEnvironment, "PROD"] # !Equals ["ALWAYS", "ALWAYS"] # Option if you want to ALWAYS create an alarm or only in PROD. Alarms cost money so you may only want them in Prod (or temporarily in test)
332332
HasPermissionsBoundaryArn: !Not [!Equals [!Ref PermissionsBoundaryArn, ""]]
333333
IsArmArch: !Equals [!Ref FunctionArchitecture, "arm64"]
334+
ApiGatewayLoggingIsEnabled: !Equals [!Ref ApiGatewayLoggingEnabled, "TRUE"]
334335
HasCacheDataDynamoDbTableName: !Not [!Equals [!Ref CacheDataDynamoDbTableName, ""]]
335336
HasCacheDataS3BucketName: !Not [!Equals [!Ref CacheDataS3BucketName, ""]]
336337
HasCacheDataStorageStack: !Not [!And [!Condition HasCacheDataDynamoDbTableName, !Condition HasCacheDataS3BucketName]]
337-
ApiGatewayLoggingIsEnabled: !Equals [!Ref ApiGatewayLoggingEnabled, "TRUE"]
338338

339339
# =============================================================================
340340
# GLOBALS
@@ -683,8 +683,9 @@ Resources:
683683
#
684684

685685
Outputs:
686+
686687
# -- Endpoint examples
687-
APIEndpoint:
688+
ApiEndpoint:
688689
Description: "Endpoint URL"
689690
Value: !Sub "https://${WebApi}.execute-api.${AWS::Region}.amazonaws.com/${ApiPathBase}/api/example/" # change to your endpoint
690691

0 commit comments

Comments
 (0)