Skip to content

Commit

Permalink
Merge pull request ks888#21 from WarbyParker/try-again13
Browse files Browse the repository at this point in the history
Set defaults for optional parameters.
  • Loading branch information
orez- committed Jun 6, 2019
2 parents 355b3bc + b8dfeb7 commit ed3d786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloudformation/lamb-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed3d786

Please sign in to comment.