Skip to content

Commit

Permalink
Merge pull request #666 from umccr/deprecate-data-domain
Browse files Browse the repository at this point in the history
Deprecated data domain name pattern
  • Loading branch information
victorskl authored Apr 13, 2024
2 parents 2d6fd91 + 1b74a08 commit f729760
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,19 +502,10 @@ custom:
slimPatternsAppendDefaults: true
slimPatterns: ${file(slimpatterns.yml):slimPatterns}
customDomains:
# FIXME: https://github.com/umccr/infrastructure/issues/272
- http:
domainName: ${ssm:/data_portal/backend/api_domain_name}
basePath: ''
# Either set the stage to proper one or use the APIGateway v2 $default value
# stage: ${self:provider.stage}
createRoute53Record: true
certificateArn: ${ssm:/data_portal/backend/certificate_arn}
apiType: http
endpointType: regional
- http:
domainName: ${ssm:/data_portal/backend/api_domain_name2}
basePath: ''
# Either set the stage to proper one or use the APIGateway v2 $default value
# stage: ${self:provider.stage}
createRoute53Record: true
certificateArn: ${ssm:/data_portal/backend/certificate_arn2}
Expand Down

0 comments on commit f729760

Please sign in to comment.