Skip to content

Commit

Permalink
Fix (#25)
Browse files Browse the repository at this point in the history
* Update template.yml

Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>

* Update route53.yml

Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>

---------

Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
  • Loading branch information
pethers authored Feb 28, 2023
1 parent 11d1a88 commit fdc4d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudformation/route53.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ Resources:
DNSName: !Ref RestApiDomainNameRegionalDomainName2
Metadata: {}
Outputs:
Route53RecordSetGroup:
Route53RecordSet:
Value: !Ref DeliveryApiRoute53RecordSetGroup
2 changes: 1 addition & 1 deletion cloudformation/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ Resources:
ResourcePath: !Sub "${ApiStage}/healthcheck"
FullyQualifiedDomainName: !Sub "${RestApi}.execute-api.${AWS::Region}.amazonaws.com"
RequestInterval: 10
FailureThreshold: 2
FailureThreshold: 1
Metadata: {}
Outputs:
HealthCheckId:
Expand Down

0 comments on commit fdc4d14

Please sign in to comment.