We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be95d6 commit d47fd71Copy full SHA for d47fd71
infrastructure/cloudformation-template.yaml
@@ -154,17 +154,6 @@ Resources:
154
HealthyThreshold: 1
155
UnhealthyThreshold: 5
156
157
- ApiDNSRecord:
158
- Type: AWS::Route53::RecordSet
159
- Properties:
160
- HostedZoneId: !Ref HostedZoneId
161
- Name: !Ref DomainName
162
- Type: A
163
- AliasTarget:
164
- DNSName: !GetAtt AppRunnerService.ServiceUrl
165
- HostedZoneId: Z0548130EFKXY74PMQGW # App Runner's hosted zone (us-east-2)
166
- EvaluateTargetHealth: true
167
-
168
Outputs:
169
ServiceUrl:
170
Description: App Runner service URL
0 commit comments