Merge pull request #71 from Hestia-Homes/main

x86
This commit is contained in:
KhalimCK 2023-07-17 23:01:37 +01:00 committed by GitHub
commit 5f76843f58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}