mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +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
|
||||
region: eu-west-2
|
||||
architecture: x86_64
|
||||
memorySize: 4096
|
||||
environment:
|
||||
RUNTIME_ENVIRONMENT: ${env:RUNTIME_ENVIRONMENT}
|
||||
PREDICTIONS_BUCKET: ${env:PREDICTIONS_BUCKET}
|
||||
|
|
@ -52,3 +51,4 @@ functions:
|
|||
path: /predict
|
||||
method: POST
|
||||
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