From e20c6d1baefb70f7015def5cbf35cbb10da17a40 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Tue, 4 Nov 2025 18:13:40 +0000 Subject: [PATCH] fix location --- deployment/serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/serverless.yml b/deployment/serverless.yml index b9f4ac4..009f7db 100644 --- a/deployment/serverless.yml +++ b/deployment/serverless.yml @@ -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