mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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:
|
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