mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-07-12 13:28:58 +00:00
fix location
This commit is contained in:
parent
1e2968763c
commit
e20c6d1bae
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ provider:
|
||||||
name: aws
|
name: aws
|
||||||
region: eu-west-2
|
region: eu-west-2
|
||||||
architecture: x86_64
|
architecture: x86_64
|
||||||
memorySize: 4096
|
|
||||||
environment:
|
environment:
|
||||||
RUNTIME_ENVIRONMENT: ${env:RUNTIME_ENVIRONMENT}
|
RUNTIME_ENVIRONMENT: ${env:RUNTIME_ENVIRONMENT}
|
||||||
PREDICTIONS_BUCKET: ${env:PREDICTIONS_BUCKET}
|
PREDICTIONS_BUCKET: ${env:PREDICTIONS_BUCKET}
|
||||||
|
|
@ -52,3 +51,4 @@ functions:
|
||||||
path: /predict
|
path: /predict
|
||||||
method: POST
|
method: POST
|
||||||
timeout: 120 # Set max run time to 2 minutes - we shouldn't need this much time so this can be reviewed
|
timeout: 120 # Set max run time to 2 minutes - we shouldn't need this much time so this can be reviewed
|
||||||
|
memorySize: 4096
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue