Skip to content

Commit

Permalink
Don't build as layer?
Browse files Browse the repository at this point in the history
  • Loading branch information
purple4reina committed Jan 28, 2025
1 parent 659faf8 commit a9a86dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion ci/input_files/build.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
- yarn global add serverless@^3.38.0 --prefix /usr/local
- yarn global add serverless-python-requirements@^6.1.1 --prefix /usr/local
- cd integration_tests && yarn install && cd ..
- alias python=python3
script:
- RUNTIME_PARAM={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/run_integration_tests.sh

Expand Down
5 changes: 0 additions & 5 deletions tests/integration/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@ provider:
role: "arn:aws:iam::425362996713:role/serverless-integration-test-lambda-role"
layers:
- { Ref: PythonLambdaLayer }
- { Ref: PythonRequirementsLambdaLayer }

plugins:
- serverless-python-requirements

custom:
pythonRequirements:
layer: true

layers:
python:
package:
Expand Down

0 comments on commit a9a86dc

Please sign in to comment.