From b8dfeb73cc3900e3bad23c2208373ad297eff88b Mon Sep 17 00:00:00 2001 From: Brian Shaginaw Date: Thu, 6 Jun 2019 14:37:34 -0400 Subject: [PATCH] Set defaults for optional parameters. Through the console these are implicitly empty string (by leaving the input empty) --- cloudformation/lamb-status.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloudformation/lamb-status.yml b/cloudformation/lamb-status.yml index cac5ef5c..c99fc5d7 100644 --- a/cloudformation/lamb-status.yml +++ b/cloudformation/lamb-status.yml @@ -18,17 +18,21 @@ Parameters: ConstraintDescription: Certificate must be based in us-east-1 region Type: String AllowedPattern: "^(arn:aws:acm:us-east-1:.+|)" + Default: "" StatusPageURL: Description: Optional. See lambstatus.github.io/set-up-custom-domain for usage Type: CommaDelimitedList + Default: "" AdminPageSSLCertificate: Description: Optional. See lambstatus.github.io/set-up-custom-domain for usage ConstraintDescription: Certificate must be based in us-east-1 region Type: String AllowedPattern: "^(arn:aws:acm:us-east-1:.+|)" + Default: "" AdminPageURL: Description: Optional. See lambstatus.github.io/set-up-custom-domain for usage Type: CommaDelimitedList + Default: "" Mappings: Constants: LambStatus: