Skip to content

Commit e7fd46c

Browse files
committed
Specify python bin.
1 parent a9a86dc commit e7fd46c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/integration/serverless.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,16 @@ provider:
2222
role: "arn:aws:iam::425362996713:role/serverless-integration-test-lambda-role"
2323
layers:
2424
- { Ref: PythonLambdaLayer }
25+
- { Ref: PythonRequirementsLambdaLayer }
2526

2627
plugins:
2728
- serverless-python-requirements
2829

30+
custom:
31+
pythonRequirements:
32+
pythonBin: python3
33+
layer: true
34+
2935
layers:
3036
python:
3137
package:

0 commit comments

Comments
 (0)