mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
specify runtime in sls
This commit is contained in:
parent
9fe16eb6c0
commit
15ca3fa571
1 changed files with 5 additions and 3 deletions
|
|
@ -35,9 +35,11 @@ plugins:
|
||||||
- serverless-domain-manager
|
- serverless-domain-manager
|
||||||
|
|
||||||
custom:
|
custom:
|
||||||
pythonRequirements:
|
custom:
|
||||||
fileName: backend/app/requirements/requirements.txt
|
pythonRequirements:
|
||||||
dockerizePip: true
|
fileName: backend/app/requirements/requirements.txt
|
||||||
|
dockerizePip: true
|
||||||
|
pythonBin: python3.11
|
||||||
customDomain:
|
customDomain:
|
||||||
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
||||||
createRoute53Record: true
|
createRoute53Record: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue