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}