Skip to content

Commit

Permalink
test: remove double runtime in compatible layers (#7872)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerena authored Feb 6, 2025
1 parent 6725775 commit 359905b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
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 359905b

Please sign in to comment.