Skip to content

Commit

Permalink
Reorder rules
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe authored and VirginiaDooley committed Mar 28, 2023
1 parent 770eb34 commit 01dc716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Resources:
Port: 80
Protocol: "HTTP"
DefaultActions:
- Order: 1
- Order: 2
TargetGroupArn: !Ref WCIVFTargetGroup
Type: "forward"

Expand All @@ -449,7 +449,7 @@ Resources:
Values:
- !Sub 'www.${Domain}'
ListenerArn: !Ref HTTPListener
Priority: 2
Priority: 1



Expand Down

0 comments on commit 01dc716

Please sign in to comment.