mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
try removing custom domain to complete the lambda deployment propertly
This commit is contained in:
parent
1afc815362
commit
ca14f19a9a
1 changed files with 5 additions and 5 deletions
|
|
@ -35,11 +35,11 @@ provider:
|
|||
plugins:
|
||||
- serverless-domain-manager
|
||||
|
||||
custom:
|
||||
customDomain:
|
||||
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
||||
createRoute53Record: true
|
||||
certificateArn: ${ssm:/ssl_certificate_arn}
|
||||
#custom:
|
||||
# customDomain:
|
||||
# domainName: api.${self:provider.environment.DOMAIN_NAME}
|
||||
# createRoute53Record: true
|
||||
# certificateArn: ${ssm:/ssl_certificate_arn}
|
||||
|
||||
functions:
|
||||
app:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue