mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Merge pull request #145 from Hestia-Homes/main
try removing custom domain to complete the lambda deployment propertly
This commit is contained in:
commit
93be595c4c
1 changed files with 5 additions and 5 deletions
|
|
@ -35,11 +35,11 @@ provider:
|
||||||
plugins:
|
plugins:
|
||||||
- serverless-domain-manager
|
- serverless-domain-manager
|
||||||
|
|
||||||
custom:
|
#custom:
|
||||||
customDomain:
|
# customDomain:
|
||||||
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
# domainName: api.${self:provider.environment.DOMAIN_NAME}
|
||||||
createRoute53Record: true
|
# createRoute53Record: true
|
||||||
certificateArn: ${ssm:/ssl_certificate_arn}
|
# certificateArn: ${ssm:/ssl_certificate_arn}
|
||||||
|
|
||||||
functions:
|
functions:
|
||||||
app:
|
app:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue