From 4256f7afa464439f1114a97183d4cafd982ed35e Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 18 Jul 2023 09:40:54 +0100 Subject: [PATCH] removed lambada layer, switch architechture back to x86 --- backend/serverless.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/serverless.yml b/backend/serverless.yml index cdc08ba8..99348095 100644 --- a/backend/serverless.yml +++ b/backend/serverless.yml @@ -5,8 +5,8 @@ provider: runtime: python3.10 region: eu-west-2 # arm64 causes issues with pycryptography - TODO: fix this so we can use arm64 - architecture: arm64 - # architecture: x86_64 + # architecture: arm64 + architecture: x86_64 environment: API_KEY: ${env:API_KEY} ENVIRONMENT: ${env:ENVIRONMENT}