We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a86dc commit b1f0490Copy full SHA for b1f0490
1 file changed
tests/integration/serverless.yml
@@ -22,10 +22,18 @@ provider:
22
role: "arn:aws:iam::425362996713:role/serverless-integration-test-lambda-role"
23
layers:
24
- { Ref: PythonLambdaLayer }
25
+ - { Ref: PythonRequirementsLambdaLayer }
26
27
plugins:
28
- serverless-python-requirements
29
30
+custom:
31
+ pythonRequirements:
32
+ pythonBin: python3
33
+ layer:
34
+ compatibleRuntimes:
35
+ - ${env:SERVERLESS_RUNTIME}
36
+
37
38
python:
39
package:
0 commit comments