Skip to content

Commit

Permalink
Merge branch 'develop' into expanded-parameter-overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
sigJoe authored Feb 7, 2025
2 parents 124d78f + 6bd3eb5 commit 67ef7f8
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 26 deletions.
4 changes: 2 additions & 2 deletions appveyor-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ configuration:
- OtherAndEndToEndTesting

environment:
PYTHON_HOME: "$HOME/venv3.11/bin"
PYTHON_VERSION: '3.11'
PYTHON_HOME: "$HOME/venv3.9/bin"
PYTHON_VERSION: '3.9'
AWS_DEFAULT_REGION: us-east-1
SAM_CLI_DEV: 1
NODE_VERSION: "18.18.2"
Expand Down
8 changes: 4 additions & 4 deletions appveyor-windows-al2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ environment:
TMPDIR: "%TEMP%"
TMP: "%TEMP%"

# MSI Installers use Py3.11. It is sufficient to test with this version here.
PYTHON_HOME: "C:\\Python311-x64"
PYTHON_SCRIPTS: "C:\\Python311-x64\\Scripts"
PYTHON_EXE: "C:\\Python311-x64\\python.exe"
# MSI Installers use Py3.9. It is sufficient to test with this version here.
PYTHON_HOME: "C:\\Python39-x64"
PYTHON_SCRIPTS: "C:\\Python39-x64\\Scripts"
PYTHON_EXE: "C:\\Python39-x64\\python.exe"
PYTHON_ARCH: "64"
HOME: 'C:\Users\appveyor'
HOMEDRIVE: "C:"
Expand Down
8 changes: 4 additions & 4 deletions appveyor-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ environment:
TMPDIR: "%TEMP%"
TMP: "%TEMP%"

# MSI Installers uses Py3.11. It is sufficient to test with this version here.
PYTHON_HOME: "C:\\Python311-x64"
PYTHON_SCRIPTS: "C:\\Python311-x64\\Scripts"
PYTHON_EXE: "C:\\Python311-x64\\python.exe"
# MSI Installers uses Py3.9. It is sufficient to test with this version here.
PYTHON_HOME: "C:\\Python39-x64"
PYTHON_SCRIPTS: "C:\\Python39-x64\\Scripts"
PYTHON_EXE: "C:\\Python39-x64\\python.exe"
PYTHON_ARCH: "64"
HOME: 'C:\Users\appveyor'
HOMEDRIVE: "C:"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM public.ecr.aws/amazonlinux/amazonlinux:2
FROM public.ecr.aws/amazonlinux/amazonlinux:2023

RUN yum -y update \
&& yum install -y unzip tar gzip bzip2-devel ed gcc gcc-c++ gcc-gfortran \
less libcurl-devel openssl openssl-devel readline-devel xz-devel \
zlib-devel glibc-static libcxx libcxx-devel llvm-toolset-7 zlib-static \
&& yum install -y unzip tar gzip ed less \
&& rm -rf /var/cache/yum

RUN yum -y install make \
Expand All @@ -15,11 +13,9 @@ RUN yum install -y yum-utils \
&& terraform --version

# AWS Lambda Builders
RUN amazon-linux-extras enable python3.9
RUN yum clean metadata && yum -y install python3.9
# AL2023 uses Python3.9 by default. This might fail in the future if that changes. We just need the proper version
RUN curl -L get-pip.io | python3.9
RUN pip3 install aws-lambda-builders
RUN ln -s /usr/bin/python3.9 /usr/bin/python3
RUN python3 --version

VOLUME /project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ Resources:
LayerName: my_layer
CompatibleRuntimes:
- python3.9
- python3.9
Content: aws-sam-cli/tests/integration/testdata/buildcmd/terraform/zip_based_lambda_functions_local_backend_container_windows/my_layer_code
Metadata:
SamResourceId: aws_lambda_layer_version.from_local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ Resources:
LayerName: my_layer
CompatibleRuntimes:
- python3.9
- python3.9
Content: aws-sam-cli/tests/integration/testdata/buildcmd/terraform/zip_based_lambda_functions_local_backend_container_windows/my_layer_code
Metadata:
SamResourceId: aws_lambda_layer_version.from_local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ Resources:
LayerName: my_layer
CompatibleRuntimes:
- python3.9
- python3.9
Content: aws-sam-cli/tests/integration/testdata/buildcmd/terraform/zip_based_lambda_functions_local_backend/my_layer_code
Metadata:
SamResourceId: aws_lambda_layer_version.from_local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ Resources:
LayerName: my_layer
CompatibleRuntimes:
- python3.9
- python3.9
Content: aws-sam-cli/tests/integration/testdata/buildcmd/terraform/zip_based_lambda_functions_local_backend_container_windows/my_layer_code
Metadata:
SamResourceId: aws_lambda_layer_version.from_local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ Resources:
LayerName: my_layer
CompatibleRuntimes:
- python3.9
- python3.9
Content: aws-sam-cli/tests/integration/testdata/buildcmd/terraform/zip_based_lambda_functions_local_backend_container_windows/my_layer_code
Metadata:
SamResourceId: aws_lambda_layer_version.from_local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
}
},
"CompatibleRuntimes": [
"python3.9",
"python3.9",
"python3.11",
"python3.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
}
},
"CompatibleRuntimes": [
"python3.9",
"python3.9",
"python3.11",
"python3.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
}
},
"CompatibleRuntimes": [
"python3.9",
"python3.9",
"python3.11",
"python3.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
}
},
"CompatibleRuntimes": [
"python3.9",
"python3.9",
"python3.11",
"python3.12"
Expand Down

0 comments on commit 67ef7f8

Please sign in to comment.