Skip to content

Commit

Permalink
Set default values for optional params
Browse files Browse the repository at this point in the history
  • Loading branch information
henrist committed Aug 10, 2019
1 parent 48cf583 commit 937b14b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Parameters:
Description: ARN of a IAM Role that will be allowed to invoke the deploy function
Type: String
CfDistributionId:
Default: ''
Description: Optional CloudFront Distribution ID to be invalidated after deploy
Type: String
DeployCodeS3Bucket:
Expand All @@ -16,6 +17,7 @@ Parameters:
Default: INJECTED-DURING-BUILD
Type: String
ExcludePattern:
Default: ''
Description: Optional regex for patterns of files to be discarded during deployment
Type: String
FunctionName:
Expand Down

0 comments on commit 937b14b

Please sign in to comment.