We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python
1 parent 3f4facf commit fc0288dCopy full SHA for fc0288d
index.js
@@ -26,7 +26,7 @@ class ServerlessPythonRequirements {
26
invalidateCaches: false,
27
fileName: 'requirements.txt',
28
usePipenv: true,
29
- pythonBin: this.serverless.service.provider.runtime,
+ pythonBin: this.serverless.service.provider.runtime || 'python',
30
dockerizePip: false,
31
dockerImage: `lambci/lambda:build-${this.serverless.service.provider.runtime}`,
32
pipCmdExtraArgs: [],
0 commit comments