We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This could be user error, but here goes: I'm trying to install the following:
plugins: - serverless-webpack - serverless-stack-output - serverless-python-requirements provider: name: aws runtime: nodejs12.x timeout: 20 functions: get-training-data: handler: src/typescript/aws/lambda/getTrainingData.handler train-model: runtime: python3.8 handler: src/python/aws/lambda/train_model.handler
And I get this error:
Error: nodejs12.x not found! Try the pythonBin option.
Has anyone successfully used serverless-python-requirements with a mixed language project?
The text was updated successfully, but these errors were encountered:
Okay, I'm just not gonna do this.
Sorry, something went wrong.
No branches or pull requests
This could be user error, but here goes: I'm trying to install the following:
And I get this error:
Error: nodejs12.x not found! Try the pythonBin option.
Has anyone successfully used serverless-python-requirements with a mixed language project?
The text was updated successfully, but these errors were encountered: