diff --git a/terraform/lambda/DownloadLogsAnalytics/build_deployment_package.sh b/terraform/lambda/DownloadLogsAnalytics/build_deployment_package.sh index a0146c28d..e2debbbad 100755 --- a/terraform/lambda/DownloadLogsAnalytics/build_deployment_package.sh +++ b/terraform/lambda/DownloadLogsAnalytics/build_deployment_package.sh @@ -1,11 +1,11 @@ #! /bin/bash -virtualenv -p python3.8 .venv +virtualenv -p python3.11 .venv . .venv/bin/activate mkdir -p wheelhouse -pip3 install --platform manylinux2014_x86_64 --target=wheelhouse --implementation cp --python 3.8 --only-binary=:all: --upgrade grequests +pip3 install --platform manylinux2014_x86_64 --target=wheelhouse --implementation cp --python 3.11 --only-binary=:all: --upgrade grequests ( cd wheelhouse zip -r ../download_logs_analytics.zip . diff --git a/terraform/lambda/DownloadLogsAnalytics/download_logs_analytics.zip b/terraform/lambda/DownloadLogsAnalytics/download_logs_analytics.zip index 1151f5ecb..eb7133fb2 100644 Binary files a/terraform/lambda/DownloadLogsAnalytics/download_logs_analytics.zip and b/terraform/lambda/DownloadLogsAnalytics/download_logs_analytics.zip differ diff --git a/terraform/lambda/SendPublicAPIEventsToGA/build_deployment_package.sh b/terraform/lambda/SendPublicAPIEventsToGA/build_deployment_package.sh index 87a32c542..1e4ddb5d5 100755 --- a/terraform/lambda/SendPublicAPIEventsToGA/build_deployment_package.sh +++ b/terraform/lambda/SendPublicAPIEventsToGA/build_deployment_package.sh @@ -1,11 +1,11 @@ #! /bin/bash -virtualenv -p python3.8 .venv +virtualenv -p python3.11 .venv . .venv/bin/activate mkdir -p wheelhouse -pip3 install --platform manylinux2014_x86_64 --target=wheelhouse --implementation cp --python 3.8 --only-binary=:all: --upgrade grequests +pip3 install --platform manylinux2014_x86_64 --target=wheelhouse --implementation cp --python 3.11 --only-binary=:all: --upgrade grequests ( cd wheelhouse zip -r ../send_public_events_to_ga.zip . diff --git a/terraform/lambda/SendPublicAPIEventsToGA/send_public_events_to_ga.zip b/terraform/lambda/SendPublicAPIEventsToGA/send_public_events_to_ga.zip index 1ffe1f3d6..40875f3e8 100644 Binary files a/terraform/lambda/SendPublicAPIEventsToGA/send_public_events_to_ga.zip and b/terraform/lambda/SendPublicAPIEventsToGA/send_public_events_to_ga.zip differ