diff --git a/backend/serverless.yml b/backend/serverless.yml index a07035da..6aea706c 100644 --- a/backend/serverless.yml +++ b/backend/serverless.yml @@ -4,7 +4,8 @@ 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 environment: API_KEY: ${env:API_KEY} ENVIRONMENT: ${env:ENVIRONMENT}