diff --git a/backend/serverless.yml b/backend/serverless.yml index a07035da..201f73ba 100644 --- a/backend/serverless.yml +++ b/backend/serverless.yml @@ -4,7 +4,9 @@ provider: name: aws runtime: python3.10 region: eu-west-2 - architecture: arm64 + # arm64 causes issues with pycryptography - TODO: fix this so we can use arm64 + # architecture: arm64 + architecture: x86_64 environment: API_KEY: ${env:API_KEY} ENVIRONMENT: ${env:ENVIRONMENT}